Commit fadf02a4 by Bin Cheng Committed by Bin Cheng

re PR testsuite/65767 (Test pr65276 failed on arm-none-eabi)


	PR testsuite/65767
	* g++.dg/lto/pr65276_0.C: Change namespace std to std2.
	* g++.dg/lto/pr65276_1.C: Change namespace std to std2.

From-SVN: r222255
parent c1b0a1f1
2015-04-21 Bin Cheng <bin.cheng@arm.com>
PR testsuite/65767
* g++.dg/lto/pr65276_0.C: Change namespace std to std2.
* g++.dg/lto/pr65276_1.C: Change namespace std to std2.
2015-04-20 Paolo Carlini <paolo.carlini@oracle.com> 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/65801 PR c++/65801
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
extern "C++" extern "C++"
{ {
namespace std namespace std2
{ {
class exception class exception
{ {
...@@ -16,7 +16,7 @@ extern "C++" ...@@ -16,7 +16,7 @@ extern "C++"
}; };
} }
} }
namespace std namespace std2
{ {
struct __cow_string struct __cow_string
{ {
...@@ -31,9 +31,9 @@ namespace std ...@@ -31,9 +31,9 @@ namespace std
__cow_string _M_msg; __cow_string _M_msg;
}; };
} }
namespace std namespace std2
{ {
class system_error:public std::runtime_error class system_error:public std2::runtime_error
{ {
}; };
enum _Ios_Fmtflags enum _Ios_Fmtflags
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#pragma interface #pragma interface
extern "C++" extern "C++"
{ {
namespace std namespace std2
{ {
class exception class exception
{ {
...@@ -12,7 +12,7 @@ extern "C++" ...@@ -12,7 +12,7 @@ extern "C++"
}; };
} }
} }
namespace std namespace std2
{ {
struct __cow_string struct __cow_string
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment