From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 417E43858CDA; Fri, 7 Oct 2022 17:06:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 417E43858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665162412; bh=cz8sIoUctjQKhCNfZYbmKBQMoXqKtOaB/VOLpk7nvCg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eHnw9l0/r37EfZqB2vO0pn8CuiJ6ZIYbWh7svb1nvEn2MKbvfHXHpWMKyoIE+tFxa MXsKjYO86b1AlnAF6xwtaUsAf/QHu0a57X7Jteptb4E27O436st4D//D1DLsw5m8jC rKTFeELNdoz3EudvcLhTYoobfSI4nlhPU1e8Z09E= From: "esa.pulkkinen at iki dot fi" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107173] ICE: unspellable token PRAGMA_EOL on type_traits:1446:26 Date: Fri, 07 Oct 2022 17:06:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: esa.pulkkinen at iki dot fi 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=3D107173 --- Comment #3 from Esa Pulkkinen --- I realize also -E option is necessary for the problem. I tried various flag= s to enable/disable modules support (e.g. -fmodules-ts), but those seem not to impact the problem, though they impact what happens if I do more than just = the preprocessing step.=