With LAST_UPDATED: "Sun Nov 14 05:49:38 UTC 2004" I get: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable (no FAIL/PASS/XFAIL/XPASS though) With the message in the .log being: /gcc/testsuite/g++.old-deja/g++.mike/p10769a.C: In member function 'void A::main()': /gcc/testsuite/g++.old-deja/g++.mike/p10769a.C:35: error: invalid use of member (did you forget the '&' ?) /gcc/testsuite/g++.old-deja/g++.mike/p10769a.C: In function 'int main()': /gcc/testsuite/g++.old-deja/g++.mike/p10769a.C:44: error: invalid use of member (did you forget the '&' ?) Last known to work (no WARNING) on: "Wed Apr 30 23:42:54 GMT 2003". Known to fail on: "Fri May 2 01:49:20 GMT 2003". The test also fails on cris-axis-linux-gnu with "Thu May 1 18:50:13 GMT 2003". Looking at the test, I wonder how this can pass on any target. It seems fallout from the testsuite conversion at that time; it shouldn't be "run", just "compile".
By "failing" I mean "has the warning". Apparently it's not logged as a failure.
It also fails on ppc-darwin: <http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00616.html>: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable And x86_64-linux-gnu: <http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00629.html> Confirmed.
Also part of PR 19745.
Subject: Bug 18491 CVSROOT: /cvs/gcc Module name: gcc Changes by: janis@gcc.gnu.org 2005-02-09 23:35:19 Modified files: gcc/testsuite : ChangeLog Removed files: gcc/testsuite/g++.old-deja/g++.mike: p10769a.C Log message: PR C++/18491 * g++.old-deja/g++.mike/p10769a.C: Remove. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5010&r2=1.5011 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10769a.C.diff?cvsroot=gcc&r1=1.9&r2=NONE
See the thread at http://gcc.gnu.org/ml/gcc/2005-02/msg00257.html.
There is also p10769b.C (in the same directory) with exactly the same dubious construct, this time marked as should-give-an-error. Do we want to keep that one?
*** Bug 19996 has been marked as a duplicate of this bug. ***
*** Bug 20002 has been marked as a duplicate of this bug. ***
It's about time to close this one, the test-case being removed and all...
Subject: Bug 18491 Author: ghazi Date: Fri Dec 2 02:12:15 2005 New Revision: 107860 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107860 Log: 2005-12-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Backport: 2005-02-09 Janis Johnson <janis187@us.ibm.com> PR C++/18491 * g++.old-deja/g++.mike/p10769a.C: Remove. Removed: branches/gcc-3_4-branch/gcc/testsuite/g++.old-deja/g++.mike/p10769a.C Modified: branches/gcc-3_4-branch/gcc/testsuite/ChangeLog