This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11309] Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3.C anew4.c)
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2003 17:28:48 -0000
- Subject: [Bug c++/11309] Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3.C anew4.c)
- References: <20030624155031.11309.ghazi@gcc.gnu.org>
- 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=11309
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-19 17:28 -------
I think the problem is that the test(s) does not follow the standard of "The testsuite READMEs
discuss the requirement to use abort () for runtime failures and exit (0) for success" but uses the
exit values of 0 meaning success and 1 meaning error.
Looks like an easy patch for someone to do.