[Bug target/104028] M68k: Error: value -16034 out of range for switch tables in some cases with optimization

2024-01-02 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com ---

[Bug target/104028] M68k: Error: value -16034 out of range for switch tables in some cases with optimization

2022-01-21 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-17 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 Martin Liška changed: What|Removed |Added Status|WAITING |NEW

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-17 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #11 from Martin Liška --- Reduced test-case: $ cat pr104028.c # 1 "" 3 struct { _Bool do_force; int examine; int vpd_pn } svpd_decode_t10_op; svpd_decode_t10_sg_fd, svpd_decode_t10_op_1, svpd_decode_t10_op_2;

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #10 from Giulio Benetti --- Ah, forgot to mention that it builds fine with -O0.

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #9 from Andreas Schwab --- It's a duplicated case vector load, where the second one is placed far off from its table.

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #8 from Giulio Benetti --- Note that bug is still present in gcc 11.2.0 so it's probable it's still in master branch. Thank you for taking care. Best regards

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #7 from Giulio Benetti --- Created attachment 52200 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52200=edit Pre-processed sg_vpd.c(sg_vpd.s)

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #6 from Giulio Benetti --- Created attachment 52199 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52199=edit Pre-processed sg_vpd.c(sg_vpd.i)

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 --- Comment #5 from Giulio Benetti --- This is the output log with -v. Now it's built not in parallel and the file where gcc fails is not sg_dd.c so I'm going to update .i and .s files. ``` Target: m68k-buildroot-uclinux-uclibc Configured

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug target/104028] M68k: Error: value -16034 out of range

2022-01-14 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028 Martin Liška changed: What|Removed |Added Keywords||needs-reduction CC|