From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E19D3858D35; Wed, 8 Nov 2023 03:24:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E19D3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699413849; bh=FfyuPJRCJegAUGIrwWJL0LZBHoongzaohVjRfgI2sO8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rPtbzMKgVQ1A85VcQZN4c4p78X5R2OrlDedv9OWwYSYQ9UEP7seVC6eMciBvyRKtA eGRJbb67YGmum2dirVq6CqNvASjX/R50EiVshSM7Y6qGrETp1fFb8UCI4MVpu7YIPY tq6EColTuOjCMqY4An2hXpjjHlg+q/lrAfYQ3pWM= From: "lhyatt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/64117] warning control #pragmas in precompiled headers are not obeyed for template code Date: Wed, 08 Nov 2023 03:24:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: enhancement X-Bugzilla-Who: lhyatt 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: keywords bug_severity cf_reconfirmed_on cc bug_file_loc 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=3D64117 Lewis Hyatt changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Severity|normal |enhancement Last reconfirmed|2015-08-23 00:00:00 |2023-11-7 CC| |lhyatt at gcc dot gnu.org URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2023-Novembe | |r/635648.html --- Comment #8 from Lewis Hyatt --- There is not currently any attempt to store the necessary information in the PCH. Here is a patch submitted for review: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/635648.html=