projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da5687
)
Martin says: This makes a good namespace test case :-) we should leave it.
author
Robert Lipe
<robertl@gcc.gnu.org>
Thu, 28 May 1998 23:04:32 +0000
(23:04 +0000)
committer
Robert Lipe
<robertl@gcc.gnu.org>
Thu, 28 May 1998 23:04:32 +0000
(23:04 +0000)
From-SVN: r20126
gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
index 7fbb311699f3d77e826ffd70a3566518cc2b9314..c9c7395b5de43226cda3955827c475cbc439425f 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
@@
-1,7
+1,3
@@
+//Build don't link:
#include <stdexcept>
-#if WORK_AROUND
-typedef std::runtime_error std_runtime_error;
-class X : public std_runtime_error {};
-#else
class X : public std::runtime_error {};
-#endif