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 c/7054] #pragma pack handled incorrectly


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-20 07:53 -------
What is the excepted offset?
I get this on the mainline for the code (-O3 -fomit-frame-pointer):
test:
        movl    4(%esp), %eax
        movl    12(%eax), %eax
        ret

-- 


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


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