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
This commit is contained in:
Bin Cheng 2015-04-21 02:23:18 +00:00 committed by Bin Cheng
parent c1b0a1f1d9
commit fadf02a4e0
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
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>
PR c++/65801

View File

@ -7,7 +7,7 @@
extern "C++"
{
namespace std
namespace std2
{
class exception
{
@ -16,7 +16,7 @@ extern "C++"
};
}
}
namespace std
namespace std2
{
struct __cow_string
{
@ -31,9 +31,9 @@ namespace std
__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

View File

@ -3,7 +3,7 @@
#pragma interface
extern "C++"
{
namespace std
namespace std2
{
class exception
{
@ -12,7 +12,7 @@ extern "C++"
};
}
}
namespace std
namespace std2
{
struct __cow_string
{