Change to a darwin-specific test

Fariborz Jahanian fjahanian@apple.com
Mon Nov 22 17:21:00 GMT 2004



I used an apple local syntax for a test case that I checked in FSF 
mainline. I am fixing the
test case so it also passes in FSF mainline. Checking it in as obvious.

- fariborz


Index: non-lazy-ptr-test.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/non-lazy-ptr-test.c,v
retrieving revision 1.1
diff -c -p -r1.1 non-lazy-ptr-test.c
*** non-lazy-ptr-test.c 19 Nov 2004 18:01:54 -0000      1.1
--- non-lazy-ptr-test.c 22 Nov 2004 17:03:03 -0000
*************** extern void f2(void) {
*** 14,20 ****

   static void f3(void);

! __private_extern__ void pe(void)
   {
   }

--- 14,20 ----

   static void f3(void);

! void pe(void)
   {
   }



More information about the Gcc-patches mailing list