This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11606] testcases gcc.dg/pack-test-1.c, gcc.dg/pack-test-2.c fail
- From: "dank at kegel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2003 21:29:38 -0000
- Subject: [Bug target/11606] testcases gcc.dg/pack-test-1.c, gcc.dg/pack-test-2.c fail
- References: <20030720163434.11606.dank@kegel.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=11606
------- Additional Comments From dank at kegel dot com 2003-07-20 21:29 -------
Right, I was just worried that the parts of the test that are supported
on sh4 might be failing. A quick look makes me feel better - they seem
to be passing. We could totally exclude these two tests from running on sh4,
but to be really correct, we should also extract the parts of the test that
don't use #pragma pack(push...) and put them into gcc.dg/pack-test-0.c
or something like that.