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]

eb17


This is currently not supported by g++.

Martin

Index: eb17.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb17.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb17.C
*** eb17.C	1998/05/27 23:00:35	1.1
--- eb17.C	1998/05/30 12:33:57
***************
*** 1,3 ****
--- 1,5 ----
+ // excess errors test - XFAIL
+ // covariant return types in are currently not support for complex inheritance
  #include <stdio.h>
  
  class A {


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