From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3C6F385772C; Sat, 15 Apr 2023 07:53:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3C6F385772C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681545221; bh=ycIdGpMqNhbxeu3YmgGldEcSRpw5MIiirk3cgwPgdoE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gzU/mZ/IU9I7sojLWrygjR5bOVCuZ+4v9krHHTNjjRsoOiZd2XcWWAjVAkxmVYPyC Nz+S8EEIB72fQAVu6kO7NMh+m1tS9uQdail32bOvRk9MS4BVyOaWTltb7x2qgrlOBp FkeyNTeZCGktbhtA1gC4EoqNUVhLTkl0in9M9pvU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109522] Spurious "cc1: error: no include path in which to search for stdc-predef.h" building a cross compiler Date: Sat, 15 Apr 2023 07:53:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109522 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek --- I bet we really don't need the macros from stdc-predef.h, so perhaps we cou= ld use -nostdinc. stdc-predef.h currently (sometimes) predefines __STDC_IEC_559__ __STDC_IEC_60559_BFP__ __STDC_IEC_559_COMPLEX__ __STDC_IEC_60559_COMPLEX__ __STDC_ISO_10646__ and grep doesn't find any STDC_IEC nor STDC_ISO occurrences in fixincl.=