[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2022-01-14 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 Giulio Benetti changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #11 from Giulio Benetti --- I think I've found, a -fPIC was in CPPFLAGS while -static too. They can't work together. Indeed removing -fPIC it builds fine. So this is the solution. Please correct if I'm wrong because I'm not that exp

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #10 from Giulio Benetti --- Created attachment 51344 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51344&action=edit Pre-processed seclang-parser.cc(seclang-parser.s)

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #9 from Giulio Benetti --- Created attachment 51343 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51343&action=edit Pre-processed seclang-parser.cc(seclang-parser.ii)

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #8 from Giulio Benetti --- Hello Andrew, what you point: https://buildroot.uclibc.narkive.com/EOUb7PvD/patch-v2-m68k-disable-br2-binfmt-flat-sep-data-for-coldfire doesn't give problem since 6 years for all package Buildroot has, it

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-21 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 Giulio Benetti changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-20 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 Giulio Benetti changed: What|Removed |Added CC||thomas.petazzoni@free-elect

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 Andreas Schwab changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-18 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #4 from Giulio Benetti --- Package is libmodsecurity, not bullet.

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-18 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #3 from Giulio Benetti --- Thank you for pointing, I give it a try, it seems to that one. Also the classic work-around disabling optimization doesn't work and I was trying other workaround. But I try that patch now. Thanks again!

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 --- Comment #2 from Andrew Pinski --- Or a buildroot issue of trying to use elf2flt : https://buildroot.uclibc.narkive.com/EOUb7PvD/patch-v2-m68k-disable-br2-binfmt-flat-sep-data-for-coldfire

[Bug target/101971] M68k: ICE: Tried to convert PC relative branch to absolute jump

2021-08-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971 Andrew Pinski changed: What|Removed |Added Target||m68k-linux Component|c++