From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84F3F3858C31; Mon, 10 Jul 2023 06:42:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84F3F3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688971333; bh=1kx0cCvLnKfIXbQkuDdRz8rBA60oA97cinqBa2iKKQY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hAB35+5pRu69Iw7/uDp6HA7mHY3r3eDWHv3j8FPtEwPUPCABfNi0e61VyX3mKosHU XI9dnfN1Vn1oe2ohOVGCzFGpwjrPhORQzhVm+FtTq2bRR/19O5+g7UdzYPS9Y4gEHT D+nR0P1M1MYvyaBSC6+CUT7rhg13C+07bYrTFIVg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110606] ICE output_operand: '%&' used without any local dynamic TLS references on powerpc64le-linux-gnu Date: Mon, 10 Jul 2023 06:42:12 +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: 13.1.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cf_known_to_fail everconfirmed 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110606 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2023-07-10 Known to fail| |7.5.0 Ever confirmed|0 |1 Summary|[10/11/12/13/14] ICE |ICE output_operand: '%&' |output_operand: '%&' used |used without any local |without any local dynamic |dynamic TLS references on |TLS references on |powerpc64le-linux-gnu |powerpc64le-linux-gnu | --- Comment #1 from Richard Biener --- Unlikely that this is a regression. GCC 7 is also broken. But confirmed (= with GCC 7).=