From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CEBC43858CDB; Tue, 2 Jan 2024 08:10:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEBC43858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704183026; bh=v0O8HKNkWFzfODZmEP3y0WAI6+/Ygvjd9Nrs8PHGtAs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EOm9sqLMl3AwPBpzYhfhP/fEfVvJhHraIpwpbiyY023VQBv/zVcE8Q1YrIN91mMC6 9CyURUApXPBvcFu7ORo7hqWnoXJdae36lKepDj2N5MbN2M4lKDWOHZkiGXI6awTIq1 otrZsrsKZnWhtNtIOvvVZ24urQYWPGzQSOqr86K0= From: "paul.hua.gm at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113194] Hangup build ExtractAPIConsumer.cpp at -Og Date: Tue, 02 Jan 2024 08:10:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: paul.hua.gm at gmail dot com 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: --- 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=3D113194 --- Comment #4 from Paul Hua --- (In reply to Andrew Pinski from comment #2) > Works for me with r14-6875-g3a7dd24eadeb91 on x86_64: > ./cc1plus tmp/ExtractAPIConsumer.cpp.ii -quiet -Og -fPIC > -fno-semantic-interposition -fvisibility-inlines-hidden -fno-lifetime-dse > -ffunction-sections -fdata-sections -fno-common -fno-strict-aliasing > -fno-exceptions -funwind-tables -fno-rtti -Werror=3Ddate-time -Wall -Wext= ra > -Wno-unused-parameter -Wwrite-strings -Wcast-qual > -Wno-missing-field-initializers -Wpedantic -Wno-long-long > -Wimplicit-fallthrough=3D3 -Wno-maybe-uninitialized -Wno-nonnull > -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move > -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comm= ent > -Wno-misleading-indentation -Wctad-maybe-unsupported -Woverloaded-virtual= =3D2 > -std=3Dc++17 The key is "-g", with "-g" it will hangup.=