From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AC883858C39; Sun, 29 Oct 2023 09:46:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AC883858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698572808; bh=n3hBul22aWEwjVODFVAk7oVsLPms03xwLulk4OCPabE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s/ulTjwCy33HMaSeu01g/t71VLO97TBDDNegQN8SUe8yfMYmN5AFBNe+2cKVG6XM1 ez2eA0nbd93AHa3o4WruRnvVKg3z8mj743IppY/2BGsAQzQveRWfFVZrCPKpAig2PP rUUgrKM4uXUDETCY08DFd7rVTe7Hr7mrHt+Woxl8= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112269] [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534' Date: Sun, 29 Oct 2023 09:46:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED 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=3D112269 Andreas Schwab changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org --- Comment #3 from Andreas Schwab --- Bisected to commit 3e3d73ed5e85 Author: Patrick Palka Date: Fri Oct 20 11:21:54 2023 -0400 c++: merge tsubst_copy into tsubst_copy_and_build=