This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]