From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C45CB3831BE1; Wed, 14 Dec 2022 10:09:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C45CB3831BE1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671012544; bh=F0ynK4sHzWdK4VNoDIml+nVZZfLPCuHuBU6GPBQyf/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Jzp1XuF3f3PVcXfOXlJGzEfJPWQ1Cu9/ELAyfNGdomL/s/ZIcvW368Inc97utY/SK c2py0nPLeRPZMdDc1/dSVt7tpP9nigJe8H6SVE1/ugJX1Orn+DK/uKBcI0SBlyECWN 0KQbiw7A5An7KHQrQG/FGF0A0Qp5wJP781anIDiw= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108095] powerpc-linux / powerpc64-linux: ICEs when building Linux's arch/powerpc/kernel/align.c (asm goto) Date: Wed, 14 Dec 2022 10:09:04 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: cc 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=3D108095 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vmakarov at gcc dot gnu.org --- Comment #3 from Martin Li=C5=A1ka --- Started with r11-5002-ge3b3b59683c1e7, where it was rejected before the revision: /tmp/ice.i: In function =E2=80=98__copy_inst_from_kernel_nofault=E2=80=99: /tmp/ice.i:5:16: error: expected =E2=80=98:=E2=80=99 before string constant 5 | asm goto("" : "=3Dr"(*(u32 *)&suffix) : : : Efault);=