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]

eb122


This uses GNU extensions, so we need special (i.e. no) options.

Martin

Index: eb122.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb122.C
*** eb122.C	1998/05/27 23:00:35	1.1
--- eb122.C	1998/06/01 10:23:40
***************
*** 1,4 ****
--- 1,6 ----
  // Build don't link: 
+ // Disable -ansi -pedantic-errors because of GNU extension
+ // Special g++ Options:
  template<class foo>
  class bar {
  public:


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