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]

Re: bad change to ginclude/va-alpha.h





On Sun, 9 Aug 1998, Richard Henderson wrote:

> On Tue, Aug 04, 1998 at 07:04:31PM -0400, Weiwen Liu wrote:
> > The following change breaks gcc on alpha-dec-osf4.0 while stage1 compiler
> > compiles gen-protos.c.
> 
> You're going to have to be more specific about the breakage you
> see.  I just bootstrapped on an osf4.0a machine without incident.
> 
> 
> r~
> 


I bootstrapped on an osf4.0d machine.
Here is the error message:

stage1/xgcc -Bstage1/ -c  -DIN_GCC    -W -Wall -O4 -O4 -funroll-loops
-DHAVE_CONFIG_H -DHAIFA    -I. -I../../gcc -I../../gcc/config
../../gcc/gen-protos.c
In file included from include/stdarg.h:36,
                 from ../../gcc/cpplib.h:26,
                 from ../../gcc/gen-protos.c:22:
include/va-alpha.h:31: conflicting types for `va_list'
/usr/include/va_list.h:71: previous declaration of `va_list'
../../gcc/gen-protos.c: In function `parse_fn_proto':
../../gcc/gen-protos.c:113: warning: subscript has type `char'
../../gcc/gen-protos.c:122: warning: subscript has type `char'
../../gcc/gen-protos.c: In function `main':
../../gcc/gen-protos.c:143: warning: unused parameter `argc'
../../gcc/cpphash.h: At top level:
../../gcc/cpphash.h:34: warning: `hashtab' defined but not used
make[1]: *** [gen-protos.o] Error 1




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