This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/6522] [x86] incorrect struct offset for unaligned 64-bit fields in debug information
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 16:52:04 -0000
- Subject: [Bug target/6522] [x86] incorrect struct offset for unaligned 64-bit fields in debug information
- References: <20020430135600.6522.fred@nextnewgig.com>
- 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=6522
drow@gcc.gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-06-02 16:52:01
date| |
Version|2.96 (redhat) |3.3
------- Additional Comments From drow@gcc.gnu.org 2003-06-02 16:52 -------
There are two testcases in this PR. t64.cpp now passes with 3.2 and HEAD
- but fails with 3.3. Run the test in GDB to line 34, print out
Local_struct, and notice that .bbb is corrupted.
The little __complex__ testcase appears to be fixed in 3.2 and 3.3 and HEAD.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.