From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 49D4A3858436; Wed, 27 Sep 2023 05:02:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49D4A3858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695790953; bh=5w7tUNzWjAd0j6l/lQSwamSrPwlV/NfkaxexB+EBORM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SXnD+GbIEWfwmvJwg2o+7Sw1WCFd6Dx5CIrRgQfZtKPUoicsORPcsLjZo3vKkHxkZ fgQmu/aKiI8CAAW1vGPgCYxR3/WZi+t0Gsl2AxOyCRH4zRRoE42NMVNBFG1Bcv4gBY vqLUtCUuSKEw3120BEFcnfkNaS2qOk0r/AZqDQpI= From: "olegendo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111343] [SH] Including in C++23 causes an ICE with -m4-single-only Date: Wed, 27 Sep 2023 05:02:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: olegendo 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: cf_gcctarget 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=3D111343 Oleg Endo changed: What |Removed |Added ---------------------------------------------------------------------------- Target|SH4 |sh*-*-* CC| |olegendo at gcc dot gnu.org --- Comment #2 from Oleg Endo --- I think this would be a problem on all targets where DF is forced to be SF, which I think is not a good thing at all. It's also causing problems with Fortan. I'm not sure if it makes sense to add support for DF =3D=3D SF in the libra= ries. Perhaps at least on SH4 the -m4-single-only option shouldn't be used genera= lly to build whole projects, but rather only a few files where it's really need= ed.=