From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B8B0F3856DE7; Fri, 5 May 2023 12:47:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8B0F3856DE7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683290874; bh=9f8tVw/xcJs6mfLwZZFalQibuf+otstUFBmtpaIzytk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lMEGh9K1CdU3xTsxX9YCe5SThZrLR4eUcpCvxL1AioChFHV3tPvZ1EVfmANDJJy7s UsfYc0rD2MmaW6gN94jQcXXQOYzXMe/E9zQfJFO1DOngXZja2NBWQBnSUmJXUpCWBO SGupEoe52bVF2OtnF3J2cxasBPBBvsN5DmUrnRTU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck Date: Fri, 05 May 2023 12:47:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: unknown X-Bugzilla-Keywords: build, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: --- 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=3D84402 --- Comment #66 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:e487fcc0f7466ea663a0fea52076337bebd42b8b commit r14-497-ge487fcc0f7466ea663a0fea52076337bebd42b8b Author: Tamar Christina Date: Fri May 5 13:36:01 2023 +0100 match.pd: Remove commented out line pragmas unless -vv is used. genmatch currently outputs commented out line directives that have no effect but the compiler still has to parse only to discard. They are however handy when debugging genmatch output. As such this mo= ves them behind the -vv flag. gcc/ChangeLog: PR bootstrap/84402 * genmatch.cc (output_line_directive): Only emit commented directive when -vv.=