public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C
@ 2004-11-14 22:52 hp at gcc dot gnu dot org
  2004-11-14 22:53 ` [Bug target/18491] " hp at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-14 22:52 UTC (permalink / raw)
  To: gcc-bugs

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".

-- 
           Summary: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-
                    deja/g++.mike/p10769a.C
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mmix-knuth-mmixware


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/18491] mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
@ 2004-11-14 22:53 ` hp at gcc dot gnu dot org
  2004-11-14 22:56 ` [Bug c++/18491] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-14 22:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-14 22:53 -------
By "failing" I mean "has the warning".  Apparently it's not logged as a failure.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
  2004-11-14 22:53 ` [Bug target/18491] " hp at gcc dot gnu dot org
@ 2004-11-14 22:56 ` pinskia at gcc dot gnu dot org
  2005-02-02  3:34 ` [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable hp at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-14 22:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-14 22:56 -------
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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|target                      |c++
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-14 22:56:37
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
  2004-11-14 22:53 ` [Bug target/18491] " hp at gcc dot gnu dot org
  2004-11-14 22:56 ` [Bug c++/18491] " pinskia at gcc dot gnu dot org
@ 2005-02-02  3:34 ` hp at gcc dot gnu dot org
  2005-02-10  1:20 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-02  3:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-02 03:34 -------
Also part of PR 19745.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-02  3:34 ` [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable hp at gcc dot gnu dot org
@ 2005-02-10  1:20 ` cvs-commit at gcc dot gnu dot org
  2005-02-10  2:05 ` janis at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-10  1:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-09 23:35 -------
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



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-02-10  1:20 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-10  2:05 ` janis at gcc dot gnu dot org
  2005-02-10  3:08 ` zack at codesourcery dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: janis at gcc dot gnu dot org @ 2005-02-10  2:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From janis at gcc dot gnu dot org  2005-02-09 23:39 -------
See the thread at http://gcc.gnu.org/ml/gcc/2005-02/msg00257.html.             
                   

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-02-10  2:05 ` janis at gcc dot gnu dot org
@ 2005-02-10  3:08 ` zack at codesourcery dot com
  2005-02-16 13:58 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zack at codesourcery dot com @ 2005-02-10  3:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at codesourcery dot com  2005-02-09 23:58 -------
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?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-02-10  3:08 ` zack at codesourcery dot com
@ 2005-02-16 13:58 ` pinskia at gcc dot gnu dot org
  2005-02-16 18:26 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 13:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 06:19 -------
*** Bug 19996 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giftbound at verizon dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-02-16 13:58 ` pinskia at gcc dot gnu dot org
@ 2005-02-16 18:26 ` pinskia at gcc dot gnu dot org
  2005-02-27 19:38 ` hp at gcc dot gnu dot org
  2005-06-05  7:38 ` [Bug testsuite/18491] " pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 18:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 14:14 -------
*** Bug 20002 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-02-16 18:26 ` pinskia at gcc dot gnu dot org
@ 2005-02-27 19:38 ` hp at gcc dot gnu dot org
  2005-06-05  7:38 ` [Bug testsuite/18491] " pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-27 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-27 14:39 -------
It's about time to close this one, the test-case being removed and all...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
  2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-02-27 19:38 ` hp at gcc dot gnu dot org
@ 2005-06-05  7:38 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |testsuite
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-06-05  7:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-14 22:52 [Bug target/18491] New: mmix-knuth-mmixware testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C hp at gcc dot gnu dot org
2004-11-14 22:53 ` [Bug target/18491] " hp at gcc dot gnu dot org
2004-11-14 22:56 ` [Bug c++/18491] " pinskia at gcc dot gnu dot org
2005-02-02  3:34 ` [Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable hp at gcc dot gnu dot org
2005-02-10  1:20 ` cvs-commit at gcc dot gnu dot org
2005-02-10  2:05 ` janis at gcc dot gnu dot org
2005-02-10  3:08 ` zack at codesourcery dot com
2005-02-16 13:58 ` pinskia at gcc dot gnu dot org
2005-02-16 18:26 ` pinskia at gcc dot gnu dot org
2005-02-27 19:38 ` hp at gcc dot gnu dot org
2005-06-05  7:38 ` [Bug testsuite/18491] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).