[Bug target/113625] Interesting behavior with and without -mcpu=generic

2024-04-18 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113625 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org --- Comme

[Bug target/113625] Interesting behavior with and without -mcpu=generic

2024-01-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113625 --- Comment #1 from Richard Biener --- Other targets (x86_64) default to -mtune=generic. Maybe configure time selection somehow interferes with this on aarch64?

[Bug target/113625] Interesting behavior with and without -mcpu=generic

2024-01-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113625 --- Comment #2 from Andrew Pinski --- Just FYI this is how I configured GCC: ``` Configured with: ../configure --target=aarch64-linux-gnu --prefix=/home/apinski/src/upstream-full-cross/install --enable-languages=c,c++,fortran,go --with-sysroot=/

[Bug target/113625] Interesting behavior with and without -mcpu=generic

2024-02-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113625 --- Comment #3 from Andrew Pinski --- I should note that gcc.target/aarch64 tests are explicitly tested with -mtune=generic ...