This is the mail archive of the gcc@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]

small patch


Here is a small patch to avoid a failure on VxWorks:

Doing diffs in gcc/testsuite/g++.old-deja/g++.bugs:
*** gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C.~1~	Mon Jan 12 13:53:27 1998
--- gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C	Mon Jan 12 13:54:48 1998
*************** struct struct_0 {
*** 8,14 ****
  };
  
  char *cp;
! struct_0 *sp;
  
  void test0 ()
  {
--- 8,14 ----
  };
  
  char *cp;
! static struct_0 *sp;
  
  void test0 ()
  {
--------------


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