[Bug target/35496] [4.4 Regression] test failures between revs. 132950 and 132974

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Mar 8 18:32:00 GMT 2008



------- Comment #6 from ubizjak at gmail dot com  2008-03-08 18:31 -------
Segfault is here due to unaligned access:

        ...
        movdqa  .LC1, %xmm0
        movdqa  .LC2, %xmm2
        ...


        .align 8
.LC1:
        .long   2147483647
        .long   0
        .long   -2147483647
        .long   0
        .align 8
.LC2:
        .long   4
        .long   0
        .long   4
        .long   0


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35496



More information about the Gcc-bugs mailing list