From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2AFB3858D33; Mon, 17 Jul 2023 08:56:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2AFB3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689584189; bh=T8rK2cHG3nuPAsIQ6MZP0orWINM9ptWYy/hi1slLZ5A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=syV5svoBnKgC4CzezsYKmjq9wy13zrraCHPF/NHQNyDTLSsilKpedqU8kuUxOSPum VAtJ7oNzhdonmVolgZGW+nYj5OJsufwoI+6BeWE66EouMlC1aMjh6QTDI3Llx9FxtX hDjMXW1xFmN34EK1cSyUc6HBIjuwtFIKcKdFLK5k= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1 Date: Mon, 17 Jul 2023 08:56:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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: 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=3D110587 --- Comment #5 from Martin Jambor --- (In reply to Hongtao.liu from comment #3) > I can't find pr28071.c in GCC testsuite, but find an attached source file= in > the PR #c1, is that pr28071.c you means? Yes. (In reply to Hongtao.liu from comment #4) > (In reply to Jan Hubicka from comment #0) > > Seen here: > > https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=3D288.597.8 > > https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=3D468.597.8 > > https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=3D172.597.8 >=20 > Also is O0_g means compile flag is -O0 -g? That is what I used to bisect, although I *think* that -g is not necessary.=