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/15941] [3.4/3.5 regression] new fails gcc.dg/compat/struct-by-value-11 and gcc.dg/compat/struct-by-value-1


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-06-11 21:26 -------
Subject: Re:  [3.4/3.5 regression] new fails gcc.dg/compat/s

Looking at the failure on the trunk, I see that we have two
unaligned accesses in test5 in gcc-dg-compat-struct-by-value-1-01.

0x0000bcb0 <test5+296>: ldw -35(,r3),r21
...
0x0000bcb0 <test5+296>: ldw -35(,r3),r21

Same in gcc-dg-compat-struct-by-value-11-01.

0x0001f3a4 <testScc3+324>:      ldw -36(,r3),r21

The offsets are in hex.

Dave


-- 


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


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