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]

new bootstrap results on sun sparc solaris 2.7


I am a broken record, I know, forgive me...

new bootstrap results on sun sparc solaris 2.7:

gcc -c -DIN_GCC -g   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc/gcc/fixinc -I../../../gcc/gcc/fixinc/.. -I../../../gcc/gcc/fixinc/../config -I../../../gcc/gcc/fixinc/../../include ../../../gcc/gcc/fixinc/fixincl.c
../../../gcc/gcc/fixinc/fixincl.c:1: parse error before `:'


Index: fixincl.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/fixincl.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -p -c -r1.46 -r1.47
*** fixincl.c	2000/12/08 03:00:25	1.46
--- fixincl.c	2000/12/13 20:07:45	1.47
***************
*** 1,4 ****
! 
  /* Install modified versions of certain ANSI-incompatible system header
     files which are fixed to work correctly with ANSI C and placed in a
     directory that GNU C will search.
--- 1,4 ----
! :1066
  /* Install modified versions of certain ANSI-incompatible system header
     files which are fixed to work correctly with ANSI C and placed in a
     directory that GNU C will search.
*************** start_fixer (read_fd, p_fixd, pz_fix_fil
*** 1066,1072 ****
        int fd;
  
        fd = chain_open (read_fd,
!                        (t_pchar *) p_fixd->patch_args,
                         (process_chain_head == -1)
                         ? &process_chain_head : (pid_t *) NULL);
  
--- 1066,1072 ----
        int fd;
  
        fd = chain_open (read_fd,
!                        (tCC **) p_fixd->patch_args,
                         (process_chain_head == -1)
                         ? &process_chain_head : (pid_t *) NULL);
  
----------------------------
revision 1.47
date: 2000/12/13 20:07:45;  author: korbb;  state: Exp;  lines: +2 -2
Use one makefile for fixinc
----------------------------

Surely, this didn't actually compile for you, did it?  ;-)

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