public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51645] New: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
@ 2011-12-20 22:35 danglin at gcc dot gnu.org
  2011-12-21 15:19 ` [Bug testsuite/51645] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-20 22:35 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51645
           Summary: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for
                    excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
                CC: ro@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/test/gnu/
gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x
/alias-decl-debug-0.C   -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/l
ibstdc++-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.
11/libstdc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/g
cc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/
util -fmessage-length=0  -std=c++0x -gstabs+  -S  -o alias-decl-debug-0.s   
(ti
meout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C:1:0: error:
ta
rget system does not support the "stabs" debug format
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C:1:0: error:
ta
rget system does not support the "stabs" debug format

FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)

Needs:

/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* ia64-*-*
*-*-vxworks* } { "*" } { "" } } */

as in gcc.dg/20040813-1.c.


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

* [Bug testsuite/51645] FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
  2011-12-20 22:35 [Bug testsuite/51645] New: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors) danglin at gcc dot gnu.org
@ 2011-12-21 15:19 ` ubizjak at gmail dot com
  2011-12-22  8:20 ` uros at gcc dot gnu.org
  2011-12-22  8:40 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2011-12-21 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-21 15:10:48 UTC ---
(In reply to comment #0)

> FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
> 
> Needs:
> 
> /* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* ia64-*-*
> *-*-vxworks* } { "*" } { "" } } */
> 
> as in gcc.dg/20040813-1.c.

I'd say that this change certainly qualifies as obvious.


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

* [Bug testsuite/51645] FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
  2011-12-20 22:35 [Bug testsuite/51645] New: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors) danglin at gcc dot gnu.org
  2011-12-21 15:19 ` [Bug testsuite/51645] " ubizjak at gmail dot com
@ 2011-12-22  8:20 ` uros at gcc dot gnu.org
  2011-12-22  8:40 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: uros at gcc dot gnu.org @ 2011-12-22  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from uros at gcc dot gnu.org 2011-12-22 08:16:26 UTC ---
Author: uros
Date: Thu Dec 22 08:16:12 2011
New Revision: 182615

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182615
Log:
    PR testsuite/51645
    * g++.dg/cpp0x/alias-decl-debug-0.C: Add dg-skip-if.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C


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

* [Bug testsuite/51645] FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
  2011-12-20 22:35 [Bug testsuite/51645] New: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors) danglin at gcc dot gnu.org
  2011-12-21 15:19 ` [Bug testsuite/51645] " ubizjak at gmail dot com
  2011-12-22  8:20 ` uros at gcc dot gnu.org
@ 2011-12-22  8:40 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2011-12-22  8:40 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-12/msg01601.htm
                   |                            |l
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-22 08:20:11 UTC ---
Fixed.


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

end of thread, other threads:[~2011-12-22  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-20 22:35 [Bug testsuite/51645] New: FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors) danglin at gcc dot gnu.org
2011-12-21 15:19 ` [Bug testsuite/51645] " ubizjak at gmail dot com
2011-12-22  8:20 ` uros at gcc dot gnu.org
2011-12-22  8:40 ` ubizjak at gmail dot com

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