[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

John David Anglin  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED

--- Comment #8 from John David Anglin  2011-02-14 
14:55:51 UTC ---
Yes.


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

Jakub Jelinek  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  2011-02-14 
12:30:32 UTC ---
Is this fixed now?


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

Richard Guenther  changed:

   What|Removed |Added

   Target Milestone|--- |4.6.0


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-07 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

--- Comment #6 from Benjamin Kosnik  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  

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


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

--- Comment #5 from John David Anglin  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


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

--- Comment #4 from Diego Novillo  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  

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


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-01 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

Benjamin Kosnik  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  2011-02-01 
17:18:16 UTC ---
Mine. Please test.


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-01 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

--- Comment #2 from Benjamin Kosnik  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  

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


[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560

Paolo Carlini  changed:

   What|Removed |Added

 CC||bkoz at redhat dot com

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