public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/27811]  New: FAIL: g++.dg/opt/pr15551.C (test for excess errors)
@ 2006-05-29 22:23 danglin at gcc dot gnu dot org
  2006-06-05 16:44 ` [Bug testsuite/27811] " sje at cup dot hp dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-05-29 22:23 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/home/gnu/
gcc/objdir/gcc/testsuite/g++/../../
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr
15551.C  -nostdinc++
-I/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3/in
clude/hppa2.0w-hp-hpux11.00
-I/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc+
+-v3/include -I/xxx/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/xxx/gnu/gcc/gcc/libstd
c++-v3/include/backward -I/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite
-fmessage-leng
th=0  -O3   
-L/home/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/./libstdc++-v3/src/.li
bs  -L/home/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/./libstdc++-v3/src/.libs
-L/hom
e/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/./libiberty  -lm   -o ./pr15551.exe   
(t
imeout = 300)
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr15551.C: In function 'int main()':
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr15551.C:22: error: 'unlink' was not
declared in this scope
compiler exited with status 1
output is:
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr15551.C: In function 'int main()':
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr15551.C:22: error: 'unlink' was not
declared in this scope

FAIL: g++.dg/opt/pr15551.C (test for excess errors)
Excess errors:
/xxx/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/pr15551.C:22: error: 'unlink' was not
declared in this scope

WARNING: g++.dg/opt/pr15551.C compilation failed to produce executable

Possibly, the test should include <unistd.h>.


-- 
           Summary: FAIL: g++.dg/opt/pr15551.C (test for excess errors)
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.00
  GCC host triplet: hppa2.0w-hp-hpux11.00
GCC target triplet: hppa2.0w-hp-hpux11.00


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


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

* [Bug testsuite/27811] FAIL: g++.dg/opt/pr15551.C (test for excess errors)
  2006-05-29 22:23 [Bug testsuite/27811] New: FAIL: g++.dg/opt/pr15551.C (test for excess errors) danglin at gcc dot gnu dot org
@ 2006-06-05 16:44 ` sje at cup dot hp dot com
  2006-06-05 18:35 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sje at cup dot hp dot com @ 2006-06-05 16:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sje at cup dot hp dot com  2006-06-05 16:40 -------
This test is not failing for me.  It looks like it was fixed by including
cstdio in the test source and changing the unlink to remove.

http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00876.html


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug testsuite/27811] FAIL: g++.dg/opt/pr15551.C (test for excess errors)
  2006-05-29 22:23 [Bug testsuite/27811] New: FAIL: g++.dg/opt/pr15551.C (test for excess errors) danglin at gcc dot gnu dot org
  2006-06-05 16:44 ` [Bug testsuite/27811] " sje at cup dot hp dot com
@ 2006-06-05 18:35 ` dave at hiauly1 dot hia dot nrc dot ca
  2006-06-05 20:32 ` sje at cup dot hp dot com
  2006-06-06  5:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2006-06-05 18:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2006-06-05 18:23 -------
Subject: Re:  FAIL: g++.dg/opt/pr15551.C (test for excess errors)

> ------- Comment #1 from sje at cup dot hp dot com  2006-06-05 16:40 -------
> This test is not failing for me.  It looks like it was fixed by including
> cstdio in the test source and changing the unlink to remove.

The failure was on 4.1.1.  It appears to me that the fix on the trunk
needs backporting, if not done already.

Dave


-- 


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


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

* [Bug testsuite/27811] FAIL: g++.dg/opt/pr15551.C (test for excess errors)
  2006-05-29 22:23 [Bug testsuite/27811] New: FAIL: g++.dg/opt/pr15551.C (test for excess errors) danglin at gcc dot gnu dot org
  2006-06-05 16:44 ` [Bug testsuite/27811] " sje at cup dot hp dot com
  2006-06-05 18:35 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2006-06-05 20:32 ` sje at cup dot hp dot com
  2006-06-06  5:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: sje at cup dot hp dot com @ 2006-06-05 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sje at cup dot hp dot com  2006-06-05 20:16 -------
I backported the change to the 4.0 and 4.1 branches.


-- 


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


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

* [Bug testsuite/27811] FAIL: g++.dg/opt/pr15551.C (test for excess errors)
  2006-05-29 22:23 [Bug testsuite/27811] New: FAIL: g++.dg/opt/pr15551.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-06-05 20:32 ` sje at cup dot hp dot com
@ 2006-06-06  5:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-06  5:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

end of thread, other threads:[~2006-06-06  5:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-29 22:23 [Bug testsuite/27811] New: FAIL: g++.dg/opt/pr15551.C (test for excess errors) danglin at gcc dot gnu dot org
2006-06-05 16:44 ` [Bug testsuite/27811] " sje at cup dot hp dot com
2006-06-05 18:35 ` dave at hiauly1 dot hia dot nrc dot ca
2006-06-05 20:32 ` sje at cup dot hp dot com
2006-06-06  5:38 ` 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).