From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE4023858C66; Fri, 20 Sep 2024 02:57:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE4023858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1726801027; bh=JNh58HKXn2JnfthTHkM1uHToO1xzmN5/ZU+iGKb9xPQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QmLoygzMs7rJeV5H2zc6XAbGSIhWsUkx3NHPQKp45MXMrT2aoOxKc4nnsQpAFTzuj WAwz/uIHYHcRqa4mcScO/L98/XABHZbh9jJGve5PVERzvaWPigxKQU3pGSiMoCp4Lq Z8inh8CZDaubjCFHl/KjD45WzVAhtRVChEDELni4= From: "kkojima at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55212] [SH] Switch to LRA Date: Fri, 20 Sep 2024 02:57:04 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kkojima 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: 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=3D55212 --- Comment #279 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #275) > Created attachment 59152 [details] > Preprocessed source from from comment #273 Thanks for test cases. Both .ii are compiled successfully with the WIP cro= ss compiler here, though I could use wrong flags. ./cc1plus -quiet -m4 -mlra -g0 -O1 -std=3Dc++23 -fno-strict-aliasing -fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections -fPIC -fvisibility=3Dhidden -ffp-contract=3Doff -fstrict-aliasing pr-55212-271/SkGeometry.cpp.ii -o /dev/null ./cc1plus -quiet -m4 -mlra -g1 -O2 -std=3Dc++23 -fno-strict-aliasing -fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections -fPIC -fvisibility=3Dhidden -ffp-contract=3Doff -fstrict-aliasing pr-55212-273/SkPathOpsCubic.cpp.ii -o /dev/null=