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


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jbeulich@novell.com  2003-05-26 07:36 -------
Subject: Re: [Bug c/7054] #pragma pack handled incorrectly

Diff-ing c-pragma.c from gcc 3.2.2 (the last one the problem had been
actively observed with) and 3.3 shows there is no change relevant to the
problems described here. The fact that there is no .align 2 in the
output assembly anymore is meaningless for the test case provided since
that test case does not contain any global/static data. Instead, the
only meaningful aspect is the offset at which the u2 structure member is
being accessed.

Thank you.

>>> "pinskia@physics.uc.edu" <gcc-bugzilla@gcc.gnu.org> 25.05.03
15:09:34 >>>
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT*
gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING





------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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