From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2078B3858288; Tue, 20 Sep 2022 08:53:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2078B3858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663663991; bh=NFvcaa6qpyH27Wdt/0sYQDnwn0f4tKJ2VR4s4RVhqRg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SKqESwAqyrc3bnmwejOVEcKqFsIhG95iwOa3U6eoMhCK5VCpSZ+hXn8aDkS4SCzz2 UQkUMi8wP9eli375XxMHYrP5iIdHz1sJJKkYlSeDebnUKJraYuilS2mVKkqn4zNBl8 Qi14+mjV7Gp0C1xQzexFmaxY79qJKFL0QQ6QYkv4= From: "asolokha at gmx dot com" 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 08:53:10 +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: asolokha at gmx dot com 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 #4 from Arseny Solokha --- (In reply to Martin Li=C5=A1ka from comment #2) > Can't compile this due to: % g++-13.0.0 pr106955.c -std=3Dc++20 -O1 -fsyntax-only -ftree-parallelize-l= oops=3D2 -c % echo $? % g++-13.0.0 pr106955.c -std=3Dc++20 -O1 -fcompare-debug -ftree-parallelize-loops=3D2 -c g++-13.0.0: error: pr106955.c: '-fcompare-debug' failure I've just downloaded the attachment and renamed it to pr106955.c.=