[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread camm at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #9 from camm at debian dot org --- Let me double check that everything is properly linked. Thanks for suggesting binutils. If I don't see any obvious linker failure I'll try to isolate a small reproducer.

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #7 from Andrew Pinski --- This also could be a binutils issue ...

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #8 from John Paul Adrian Glaubitz --- (In reply to Andrew Pinski from comment #7) > This also could be a binutils issue ... OK, good to know. I am happy to help tracking this down if Camm provides a simple reproducer to me which tr

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #6 from John Paul Adrian Glaubitz --- (In reply to Andrew Pinski from comment #5) > >The gcc used is the standard 14.2.0 currently in Debian unstable. > > That still didn't answer the question because there are a few different > alp

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #5 from Andrew Pinski --- >The gcc used is the standard 14.2.0 currently in Debian unstable. That still didn't answer the question because there are a few different alpha cpus. ones with byte loads and ones without. Plus Debian turn

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #4 from John Paul Adrian Glaubitz --- (In reply to camm from comment #2) > The gcc used is the standard 14.2.0 currently in Debian unstable. The gcc > command line flags are displayed in the qemu file. Adding -fno-jump-tables > res

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #3 from Andrew Pinski --- -c -g -Werror=implicit-function-declaration -ffile-prefix-map=/mnt/sda4/debian/gclmc/gcl=. -Wformat -Werror=format-security -fsigned-char -pipe -fcommon -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread camm at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 --- Comment #2 from camm at debian dot org --- The gcc used is the standard 14.2.0 currently in Debian unstable. The gcc command line flags are displayed in the qemu file. Adding -fno-jump-tables results in a successful compile.

[Bug target/120181] Bug in alpha jump tables

2025-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120181 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Keywords|