https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311
--- Comment #4 from Iain Sandoe ---
hmm strange, my case is repeatable at O2 and with -Wall -W (and without -dp).
(and with/without fPIC).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311
--- Comment #3 from Segher Boessenkool ---
$ ~/build/tot/gcc/cc1 -quiet -Wall -W -O2 hello2.c -mlongcall -m32
...
main:
.LFB0:
.cfi_startproc
stwu 1,-16(1)
.cfi_def_cfa_offset 16
.reloc .+2,R_PPC_PLT16_HA,printf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme