mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 00:01:25 +08:00
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:
parent
c1b0a1f1d9
commit
fadf02a4e0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user