From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E2FE63858C5F; Wed, 17 May 2023 23:39:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2FE63858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684366796; bh=hOopSCPUhEMq4W1h09qmpTeSJ1jPhOzLqAbIA+3LVRM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ibFb7h7H/pm65GvPYBFfbYTFYUc2mZdnbyleHadyjqY/egZfObwr9+uH7iacl2GAI MvKS+XHgAwhIbAISX9paELnpiqIuzC8AKGdAj9hulTUSZevDPOszBYQHqbyF/buKEd fkG1slrC5ES0JF7WQ97obacmxcVpAXCBkUzeXfD0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/105910] [11/12/13/14 Regression] __builtin_return_address expansion with a large # causes a compile time issues and even ICEs sometimes Date: Wed, 17 May 2023 23:39:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: compile-time-hog, ice-on-valid-code, needs-bisection 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work keywords short_desc cf_known_to_fail 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=3D105910 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |10.1.0, 4.7.2, 9.5.0 Keywords| |needs-bisection Summary|__builtin_return_address |[11/12/13/14 Regression] |expansion with a large # |__builtin_return_address |causes a compile time |expansion with a large # |issues and even ICEs |causes a compile time |sometimes |issues and even ICEs | |sometimes Known to fail| |11.1.0 --- Comment #6 from Andrew Pinski --- Hmm, this used to work with GCC 10.1.0 and before.=