This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

eb fix 4


This makes a good namespace test case :-) we should leave it.

Martin

Index: eb124.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb124.C
*** eb124.C	1998/05/27 23:00:35	1.1
--- eb124.C	1998/05/28 19:13:56
***************
*** 1,7 ****
  #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
--- 1,3 ----
+ //Build don't link:
  #include <stdexcept>
  class X : public std::runtime_error {};


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]