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 2


This code is in error, and egcs reports that.

We might want to remove it.

Martin

Index: eb119.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb119.C
*** eb119.C	1998/05/27 23:00:35	1.1
--- eb119.C	1998/05/28 19:13:56
*************** void f()
*** 5,10 ****
  
  int main()
  {
!    f<bool>();
  }
  
--- 5,10 ----
  
  int main()
  {
!   f<bool>(); // ERROR -
  }
  


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