This is the mail archive of the gcc-patches@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] |
This test is broken on both the mainline and the 3.3 branch because the
expected exit value is 0x3000 instead of zero. I don't know why this doesn't
show up for all the targets, but I noticed it when testing the xtensa-elf
target with a simulator. I guess the test harness doesn't always pay
attention to the exit value.
I also fixed up the indentation.
OK for mainline? Is this appropriate for the branch, and if so, will someone approve it?
2003-10-06 Bob Wilson <bob.wilson@acm.org>
* g++.dg/template/spec10.C: Set exit value to zero on success. Fix
indentation.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |