From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 151503865483; Wed, 29 Jul 2020 08:13:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 151503865483 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596010410; bh=3iFpGCEslFHztmxgPcGUm86MbRMdTYPVoEOJtJdI6u0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xOVbwkBltz2lbKJdbkKesmO/md4R2nrGFxoixjG0GweDYXw+YuGaDramxkdLmBuCV DveQXU8+FRBhpY0c9dXVRBNzM4wCEx8SvYJVzeiq52a84K1LGf9GDU3XOjUO6YEBGc /W6mt+Q+whTxE7tc/+GU6N0OUc4cHj9zAsEOTwCM= From: "tm@dev-zero.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/95889] [10 regression] __has_include broken with -traditional-cpp (and therefore with Fortran) Date: Wed, 29 Jul 2020 08:13:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tm@dev-zero.ch 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: short_desc cc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2020 08:13:30 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95889 Tiziano M=C3=BCller changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|__has_include evaluated |[10 regression] |even if disabled (with cpp |__has_include broken with |in traditional-mode) |-traditional-cpp (and | |therefore with Fortran) CC| |jakub at gcc dot gnu.org, | |nathan at acm dot org --- Comment #4 from Tiziano M=C3=BCller --- Link to patch series here: https://gcc.gnu.org/pipermail/gcc-patches/2020-July/550832.html=