[Bug target/99410] Nios II Error: branch offset out of range

2024-11-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Status|SUSPENDED

[Bug target/99410] Nios II Error: branch offset out of range

2024-11-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug target/99410] Nios II Error: branch offset out of range

2022-07-29 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #9 from Giulio Benetti --- This bug shows up with gcc 11.3.0 and 12.1.0

[Bug target/99410] Nios II Error: branch offset out of range

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #8 from Giulio Benetti --- This bug still shows up on gcc 9.3.0

[Bug target/99410] Nios II Error: branch offset out of range

2021-08-20 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #7 from Giulio Benetti --- Created attachment 51339 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51339&action=edit Pre-processed belle_sip_messageParser.c(belle_sip_messageParser.s)

[Bug target/99410] Nios II Error: branch offset out of range

2021-08-20 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #6 from Giulio Benetti --- Created attachment 51338 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51338&action=edit Pre-processed belle_sip_messageParser.c(belle_sip_messageParser.i)

[Bug target/99410] Nios II Error: branch offset out of range

2021-08-20 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #5 from Giulio Benetti --- Disabling parallel build it turns out that the file where it hangs is: src/grammars/belle_sip_messageParser.c So I'm going to add .i and .s attachments for it.

[Bug target/99410] Nios II Error: branch offset out of range

2021-08-20 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #4 from Giulio Benetti --- It's not git package but belle-sip package that fails to build. I'm going to add .i and .s file soon.

[Bug target/99410] Nios II Error: branch offset out of range

2021-03-05 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #3 from Giulio Benetti --- Ah no, wait, that happens with older binutils too, so it doesn't look like the same and most of all it stop to show with gcc 8.x, so it seems that gcc create a particular Assembly that GAS doesn't like or ca

[Bug target/99410] Nios II Error: branch offset out of range

2021-03-05 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #2 from Giulio Benetti --- You’re right, it’s an assembler bug, not gcc. And yes it’s the same. Thank you.

[Bug target/99410] Nios II Error: branch offset out of range

2021-03-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410 --- Comment #1 from Andrew Pinski --- I think this is the same as https://sourceware.org/bugzilla/show_bug.cgi?id=27243 .