From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DAD83858C60; Thu, 10 Feb 2022 09:08:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DAD83858C60 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104474] [10/11 Regression] ICE: in output_constant_pool_2, at varasm.cc:4062 with -mcpu=neoverse-512tvb -msve-vector-bits=512 Date: Thu, 10 Feb 2022 09:08:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-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: 10.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work target_milestone see_also resolution bug_status assigned_to short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2022 09:08:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104474 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail|12.0 |11.2.1 Known to work|11.2.1 |12.0 Target Milestone|12.0 |10.4 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D94668 Resolution|FIXED |--- Status|RESOLVED |NEW Assignee|pinskia at gcc dot gnu.org |unassigned at gcc d= ot gnu.org Summary|[12 Regression] ICE: in |[10/11 Regression] ICE: in |output_constant_pool_2, at |output_constant_pool_2, at |varasm.cc:4062 with |varasm.cc:4062 with |-mcpu=3Dneoverse-512tvb |-mcpu=3Dneoverse-512tvb |-msve-vector-bits=3D512 |-msve-vector-bits=3D512 --- Comment #6 from Andrew Pinski --- So it looks like it is a bug in GCC 10.x and 11.x too and the only reason w= hy it was not caught back then was the testcase that was added was all 0 for t= he constant (gcc.target/aarch64/sve/pr94668.c). Note -frounding-math testcases are a regression in GCC 12 though due to r12-4767-g81342e95827f77c. Note I am not going to do the backport of the patch, someone else can do th= at.=