https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212

--- Comment #279 from Kazumoto Kojima <kkojima at gcc dot gnu.org> ---
(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 cross
compiler here, though I could use wrong flags.

./cc1plus -quiet -m4 -mlra -g0 -O1 -std=c++23 -fno-strict-aliasing
-fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections
-fPIC -fvisibility=hidden -ffp-contract=off -fstrict-aliasing
pr-55212-271/SkGeometry.cpp.ii -o /dev/null

./cc1plus -quiet -m4 -mlra -g1 -O2 -std=c++23 -fno-strict-aliasing
-fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections
-fPIC -fvisibility=hidden -ffp-contract=off -fstrict-aliasing
pr-55212-273/SkPathOpsCubic.cpp.ii -o /dev/null

Reply via email to