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]

eb58.C


AFAIK, g++ does not support array initialization (anymore?).

Should we remove the test case?

Martin

Index: eb58.C
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb58.C,v
retrieving revision 1.1
diff -c -p -r1.1 eb58.C
*** eb58.C	1998/05/27 23:00:36	1.1
--- eb58.C	1998/05/28 22:27:12
*************** private:
*** 7,11 ****
  
  main()
  {
!     A *list = new A[10](4);
  }
--- 7,11 ----
  
  main()
  {
!   A *list = new A[10](4); //ERROR -
  }


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