From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 062773858D38; Tue, 20 Sep 2022 10:26:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 062773858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663669600; bh=Tb0IuECkpmGnenPlcJAQsliypuUAxQio4mHGD6ovoPg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=isSyPkFgHNh5IqMvVDUUxB3hO4AbZ/zYo9g/t7rAV6z4kqk6PBSvalSSbg/J1aY1x KQBl5KUY3QTOUDZFp7smUXXgc1e/v7qH4PU9RfsJbTKjrqdWbF+ts+ZaybMnFwsoYA Iycvh4qcX+gXqfr1an3tSQrJ1X/ds4dgW5gNawrk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/106955] [13 Regression] '-fcompare-debug' failure w/ -std=c++20 -O1 -ftree-parallelize-loops=2 -fno-ipa-sra --param ggc-min-expand=55 Date: Tue, 20 Sep 2022 10:26:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: compare-debug-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106955 --- Comment #6 from Jonathan Wakely --- (In reply to Martin Li=C5=A1ka from comment #2) > (In reply to Arseny Solokha from comment #1) > > Created attachment 53589 [details] > > Reduced preprocessed testcase > >=20 > > Unfortunately a 173K file is the best I could come up with after three = days > > of reduction, though it fails the check w/ just -std=3Dc++20 -O1 > > -fcompare-debug -ftree-parallelize-loops=3D2. >=20 > Can't compile this due to: >=20 > g++ pr106955.c -std=3Dc++20 -O1 -fcompare-debug -ftree-parallelize-loops= =3D2 -c > : In instantiation of =E2=80=98struct __gnu_cxx::__normal_iterator=E2=80=99: > :822:5: required from here > :793:44: error: =E2=80=98__gnu_cxx::__normal_iterator::__traits= _type=E2=80=99 {aka > =E2=80=98int=E2=80=99} is not a class, struct, or union type This is a nonsense reduction.=