From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A2E53857BB2; Mon, 26 Jun 2023 12:18:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A2E53857BB2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687781919; bh=GL2xryGCKQgnd7Wkio1MrLNHjuYZ6M5rf+qOBY0aI44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pX6h+fZxSxSJMbT6je291VZ6i9BkUEWCyH6zEsGV9tPNrarW7XG7OTyABR4BZ2qoi nPsfRAbf3tOBjogFIa3o9yZSvucuvu4MP6FH+WV2j7YrahOw4NFQvJ6OTVvrbk+QNt TZGoa2W9PXRSs5qHiigV2ugn2twJ7pqjQB+Jzll0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110381] [11/12/13 Regression] double counting for sum of structs of floating point types Date: Mon, 26 Jun 2023 12:18:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110381 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |double counting for sum of |double counting for sum of |structs of floating point |structs of floating point |types |types Known to work| |14.0 --- Comment #11 from Richard Biener --- Fixed on trunk sofar.=