public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/47325] New: FAIL: g++.dg/ext/pr47213.C (test for excess errors)
@ 2011-01-16 22:55 danglin at gcc dot gnu.org
  2011-01-17  0:58 ` [Bug testsuite/47325] " danglin at gcc dot gnu.org
  2011-01-17  2:33 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-01-16 22:55 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: g++.dg/ext/pr47213.C (test for excess errors)
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-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/ext/p
r47213.C  -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/
include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
-fm
essage-length=0  -fvisibility-ms-compat  -S  -o pr47213.s    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C: In function 'void foo()':
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:15:1: warning: visibility
a
ttribute not supported in this configuration; ignored [-Wattributes]
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C: In function 'void bar()
[w
ith T = int()]':
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:9:1: warning: visibility
at
tribute not supported in this configuration; ignored [-Wattributes]
output is:
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C: In function 'void foo()':
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:15:1: warning: visibility
a
ttribute not supported in this configuration; ignored [-Wattributes]
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C: In function 'void bar()
[w
ith T = int()]':
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:9:1: warning: visibility
at
tribute not supported in this configuration; ignored [-Wattributes]

FAIL: g++.dg/ext/pr47213.C (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:15:1: warning: visibility
a
ttribute not supported in this configuration; ignored [-Wattributes]
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/ext/pr47213.C:9:1: warning: visibility
at
tribute not supported in this configuration; ignored [-Wattributes]


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

* [Bug testsuite/47325] FAIL: g++.dg/ext/pr47213.C (test for excess errors)
  2011-01-16 22:55 [Bug testsuite/47325] New: FAIL: g++.dg/ext/pr47213.C (test for excess errors) danglin at gcc dot gnu.org
@ 2011-01-17  0:58 ` danglin at gcc dot gnu.org
  2011-01-17  2:33 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-01-17  0:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-01-17 00:35:34 UTC ---
Author: danglin
Date: Mon Jan 17 00:35:30 2011
New Revision: 168886

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168886
Log:
    PR testsuite/47325
    g++.dg/ext/pr47213.C: Require visibility.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ext/pr47213.C


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

* [Bug testsuite/47325] FAIL: g++.dg/ext/pr47213.C (test for excess errors)
  2011-01-16 22:55 [Bug testsuite/47325] New: FAIL: g++.dg/ext/pr47213.C (test for excess errors) danglin at gcc dot gnu.org
  2011-01-17  0:58 ` [Bug testsuite/47325] " danglin at gcc dot gnu.org
@ 2011-01-17  2:33 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-01-17  2:33 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2011-01-17 00:38:11 UTC ---
Fixed.


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

end of thread, other threads:[~2011-01-17  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16 22:55 [Bug testsuite/47325] New: FAIL: g++.dg/ext/pr47213.C (test for excess errors) danglin at gcc dot gnu.org
2011-01-17  0:58 ` [Bug testsuite/47325] " danglin at gcc dot gnu.org
2011-01-17  2:33 ` danglin at gcc dot gnu.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).