------- 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

Reply via email to