From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A4973858296; Mon, 17 Jul 2023 06:28:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A4973858296 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689575325; bh=8ld4oMtaBgEdjzf/pqxZEWGlRnMtk5y1ttsvUIh/oIE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rXE7bjLD8I27sAqCLvaILhgOIM7OCQqd4WT082oJ4fp6eoCrMdWu9Q7RVyt5cCJJ+ uBYpdC2BYCerxs5KhIsVwGcxYSZsetsC1+PnwXFwogiWB5ZwfreW8w6qymriDtDNm6 1Y3Y2yQdDxyndRKqHb27rVIDSAtoV0wiHx5LSkiU= From: "crazylht at gmail dot com" 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 06:28:44 +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: crazylht at gmail dot com 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 #4 from Hongtao.liu --- (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 Also is O0_g means compile flag is -O0 -g?=