[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns with -fPIC -O1
pluto at agmk dot net
gcc-bugzilla@gcc.gnu.org
Wed Oct 19 13:51:00 GMT 2005
------- Comment #14 from pluto at agmk dot net 2005-10-19 13:50 -------
(In reply to comment #13)
> The testcase in comment #8 still triggers an ICE if run with -O -mtune=k8
> -fPIC.
>
it works with my patched gcc41:
(...)
.section .data.rel.ro,"aw",@progbits
.align 8
.LC1: .quad bar+2147483648
(...)
.text
foo: movq .LC1(%rip), %rdx
.L3: movq %rdx, (%rax)
addq $8, %rax
jne .L3
rep ; ret
(...)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20928
More information about the Gcc-bugs
mailing list