From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: egcs@cygnus.com (egcs team) Subject: more on g++ regressions Date: Thu, 04 Sep 1997 15:35:00 -0000 Message-id: <199709042235.PAA03021@atrus.synopsys.com> X-SW-Source: 1997-09/msg00163.html A bit more on the regressions: two of the new FAILs are expected; the new error messages are what is called for by (draft) standard C++. The other new fail suggests that __PRETTY_FUNCTION__ is now broken. FAIL: g++.brendan/crash19.C (test for excess errors) FAIL: g++.mike/p811.C (test for excess errors) This two changes are apparently because of Thu Aug 28 09:45:23 1997 Jason Merrill * call.c (null_ptr_cst_p): Remove support for (void*)0. The new error messages all object to a use of void *. FAIL: g++.ext/pretty.C (test for excess errors) This test suggests that __PRETTY_FUNCTION__ is broken. XPASS: g++.law/temps7.C (test for excess errors) This test used to give g++.law/temps7.C:11: parse error before `;' but now compiles. This appears related to a change in the parser.