This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/7054] #pragma pack handled incorrectly
- From: "jbeulich at novell dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2003 07:36:49 -0000
- Subject: [Bug c/7054] #pragma pack handled incorrectly
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.