From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C9EF3858C54; Wed, 18 Oct 2023 20:41:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C9EF3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697661695; bh=Q0MvXmPqhOD76jnnpgtfspBArFocctvoT/DDZoHyGow=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HFCSocwfSXd2xkBcj7LRPoXNNgE3XYDdKfeRLHgbNIrZhD62AkRi1EB23F6K3ViWB 3R65mWxvG33eMatvvArxe6Pm1CgbbJ1qOrjLarzdT0SlgUW54s2Wy1QOHhmnNrgAu+ AnJ52TvrOQaohukV9fOY7fMzEDRuyXYOXAA1pAFw= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/111601] [14 Regression] bootstrap fails in stagestrain in libcody on x86_64-linux-gnu and powerpc64le-linux-gnu Date: Wed, 18 Oct 2023 20:41:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner 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: 14.0 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=3D111601 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |rguenth at gcc dot gnu.org --- Comment #4 from Peter Bergner --- (In reply to Peter Bergner from comment #3) > I'll try and see if I can reduce the test case. cvise reduced this down to: bergner@ltcden2-lp1:$ cat pr111601.ii=20 struct param_type { param_type() : param_type(0.5) { } param_type(double); }; bergner@ltcden2-lp1:$ /home/bergner/gcc/build/gcc-fsf-mainline-pr111601-regtest/./gcc/xgcc -B/home/bergner/gcc/build/gcc-fsf-mainline-pr111601-regtest/./gcc -shared-libgcc -fno-checking -x c++-header -nostdinc++ -O2 -S pr111601.ii pr111601.ii: In constructor =E2=80=98param_type::param_type()=E2=80=99: pr111601.ii:2:32: internal compiler error: tree check: expected tree that contains =E2=80=98decl common=E2=80=99 structure, have =E2=80=98=E2=80=99 in build_new_method_call, at cp/call.cc:11630 2 | param_type() : param_type(0.5) { } | ^ Please submit a full bug report, with preprocessed source (by using -freport-bug). See for instructions. I'll note that a xgcc built without using "make profiledbootstrap-lean" does not ICE. CCing richi and jakub to see if they've seen anything like this before?=