From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 791D7385842A; Fri, 23 Jun 2023 19:48:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 791D7385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687549734; bh=XZwx0/qjFvj0NTqwzHk7mIEPM2qc2y226jD/UZgbsGo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EsIOQVVVBJvoAo0AuntCF5s2VfwSO3kq1tZbVKqMLqNmQfyMlRcCG6RWca9aoyEtT OXhVoTSn3AY+0nT60X2GrnlCbGJ+H/tEGi28NNxRWly52uNcnKl/0We89xKKXhjxSY 6jyKvv+GMLujQ0BVZyYoHlPoSy2euQ5Br9Ap+0GU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110381] [11/12/13/14 Regression] double counting for sum of structs of floating point types Date: Fri, 23 Jun 2023 19:48:54 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_known_to_work cf_reconfirmed_on everconfirmed cf_known_to_fail keywords short_desc component bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Known to work| |10.1.0 Last reconfirmed| |2023-06-23 Ever confirmed|0 |1 Known to fail| |11.1.0 Keywords| |needs-bisection, wrong-code Summary|Incorrect loop unrolling |[11/12/13/14 Regression] |for structs of floating |double counting for sum of |point types |structs of floating point | |types Component|c++ |tree-optimization Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- Confirmed, at -O3 (or -O2 -ftree-vectorize) started to fail in GCC 11.1.0.=