[Bug target/110643] aarch64: Miscompilation at O1 level (O0 is working)

malat at debian dot org gcc-bugzilla@gcc.gnu.org
Thu Jul 13 06:35:52 GMT 2023


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

--- Comment #6 from Mathieu Malaterre <malat at debian dot org> ---
> $ export CXX=-O1
> $ export CXXFLAGS=g++-13

should read:

$ export CXX=g++-13
$ export CXXFLAGS=-O1


More information about the Gcc-bugs mailing list