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]

eb94


The type is missing in the member definition.

Martin

Index: eb94.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb94.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb94.C
*** eb94.C	1998/05/27 23:00:36	1.1
--- eb94.C	1998/06/01 10:23:42
*************** private:
*** 12,15 ****
  static int variable;                    // this is intentionally duplicated
  };
  
! myClass::variable = 0;
--- 12,15 ----
  static int variable;                    // this is intentionally duplicated
  };
  
! myClass::variable = 0;                  //ERROR - no type


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