This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14262] Structure size computed wrong
- From: "andreast at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jun 2004 06:17:06 -0000
- Subject: [Bug target/14262] Structure size computed wrong
- References: <20040223201435.14262.rbh00@utsglobal.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From andreast at gcc dot gnu dot org 2004-06-24 06:17 -------
with the suggested fix from Ulrich in comment #5:
[wolfram:~/home-work] andreast% /Volumes/src/gcc/gcc-cvs/objdir/gcc/xgcc -o
pr14262 -B/Volumes/src/gcc/gcc-cvs/objdir/gcc pr14262.c
[wolfram:~/home-work] andreast% ./pr14262
a3.x[0] = 24
a3.x[0] = 24
[wolfram:~/home-work] andreast%
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14262