public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
@ 2011-02-01  0:13 danglin at gcc dot gnu.org
  2011-02-01 10:57 ` [Bug libstdc++/47560] " paolo.carlini at oracle dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-02-01  0:13 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for
                    excess errors)
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        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


FAIL: abi/header_cxxabi.c (test for excess errors)
Excess errors:
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux
11.11/bits/os_defines.h:66:1: error: unknown type name 'namespace'
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux
11.11/bits/os_defines.h:67:1: error: expected '=', ',', ';', 'asm' or
'__attribu
te__' before '{' token

os_defines.h:66:

namespace std _GLIBCXX_VISIBILITY(default)
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
_GLIBCXX_BEGIN_EXTERN_C
...


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
@ 2011-02-01 10:57 ` paolo.carlini at oracle dot com
  2011-02-01 17:28 ` bkoz at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-02-01 10:57 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at redhat dot com

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-02-01 10:57:09 UTC ---
Benjamin, can you have a look? Should be a trivial issue related to your recent
(nice!) work.


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
  2011-02-01 10:57 ` [Bug libstdc++/47560] " paolo.carlini at oracle dot com
@ 2011-02-01 17:28 ` bkoz at gcc dot gnu.org
  2011-02-01 17:46 ` bkoz at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-02-01 17:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-02-01 17:11:25 UTC ---
Author: bkoz
Date: Tue Feb  1 17:11:17 2011
New Revision: 169491

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169491
Log:
2011-02-01  Benjamin Kosnik  <bkoz@redhat.com>

    PR libstdc++/47560
    * config/os/hpux/os_defines.h: Remove use of macros on namespace.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/os/hpux/os_defines.h


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
  2011-02-01 10:57 ` [Bug libstdc++/47560] " paolo.carlini at oracle dot com
  2011-02-01 17:28 ` bkoz at gcc dot gnu.org
@ 2011-02-01 17:46 ` bkoz at gcc dot gnu.org
  2011-02-02 18:32 ` dnovillo at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-02-01 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |bkoz at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-02-01 17:18:16 UTC ---
Mine. Please test.


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-02-01 17:46 ` bkoz at gcc dot gnu.org
@ 2011-02-02 18:32 ` dnovillo at gcc dot gnu.org
  2011-02-06 20:10 ` danglin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dnovillo at gcc dot gnu.org @ 2011-02-02 18:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 18:16:38 UTC ---
Author: dnovillo
Date: Wed Feb  2 18:16:31 2011
New Revision: 169752

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169752
Log:
2011-02-01  Benjamin Kosnik  <bkoz@redhat.com>

    PR libstdc++/47560
    * config/os/hpux/os_defines.h: Remove use of macros on namespace.

Modified:
    branches/google/integration/libstdc++-v3/ChangeLog
    branches/google/integration/libstdc++-v3/config/os/hpux/os_defines.h


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-02-02 18:32 ` dnovillo at gcc dot gnu.org
@ 2011-02-06 20:10 ` danglin at gcc dot gnu.org
  2011-02-07 20:10 ` bkoz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-02-06 20:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2011-02-06 19:46:12 UTC ---
I haven't got back to hppa2.0w-hp-hpux11.11 yet, but the change results
in the following on hppa64-hp-hpux11.11:

FAIL: abi/header_cxxabi.c (test for excess errors)
Excess errors:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/hppa64-hp-hpux11.1
1/bits/os_defines.h:61:1: error: unknown type name 'namespace'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/hppa64-hp-hpux11.1
1/bits/os_defines.h:62:1: error: expected '=', ',', ';', 'asm' or
'__attribute__
' before '{' token


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-02-06 20:10 ` danglin at gcc dot gnu.org
@ 2011-02-07 20:10 ` bkoz at gcc dot gnu.org
  2011-02-08 15:39 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-02-07 20:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-02-07 20:06:08 UTC ---
Author: bkoz
Date: Mon Feb  7 20:06:03 2011
New Revision: 169897

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169897
Log:
2011-02-07  Benjamin Kosnik  <bkoz@redhat.com>

    PR libstdc++/47560 try two
    * config/os/hpux/os_defines.h: Guard for C++.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/os/hpux/os_defines.h


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-02-07 20:10 ` bkoz at gcc dot gnu.org
@ 2011-02-08 15:39 ` rguenth at gcc dot gnu.org
  2011-02-14 12:32 ` jakub at gcc dot gnu.org
  2011-02-14 15:08 ` danglin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-08 15:39 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-02-08 15:39 ` rguenth at gcc dot gnu.org
@ 2011-02-14 12:32 ` jakub at gcc dot gnu.org
  2011-02-14 15:08 ` danglin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-14 12:32 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.02.14 12:30:32
                 CC|                            |jakub at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-14 12:30:32 UTC ---
Is this fixed now?


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

* [Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)
  2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2011-02-14 12:32 ` jakub at gcc dot gnu.org
@ 2011-02-14 15:08 ` danglin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-02-14 15:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2011-02-14 14:55:51 UTC ---
Yes.


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

end of thread, other threads:[~2011-02-14 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01  0:13 [Bug libstdc++/47560] New: [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors) danglin at gcc dot gnu.org
2011-02-01 10:57 ` [Bug libstdc++/47560] " paolo.carlini at oracle dot com
2011-02-01 17:28 ` bkoz at gcc dot gnu.org
2011-02-01 17:46 ` bkoz at gcc dot gnu.org
2011-02-02 18:32 ` dnovillo at gcc dot gnu.org
2011-02-06 20:10 ` danglin at gcc dot gnu.org
2011-02-07 20:10 ` bkoz at gcc dot gnu.org
2011-02-08 15:39 ` rguenth at gcc dot gnu.org
2011-02-14 12:32 ` jakub at gcc dot gnu.org
2011-02-14 15:08 ` 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).