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]

Unable to build today, calls.c?



I'm unable to build today:

gcc -c  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H    -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/calls.c
../../egcs/gcc/calls.c: In function `emit_library_call_value':
../../egcs/gcc/calls.c:3736: `unadjusted_args_size' undeclared (first use in this function)
../../egcs/gcc/calls.c:3736: (Each undeclared identifier is reported only once
../../egcs/gcc/calls.c:3736: for each function it appears in.)
make[1]: *** [calls.o] Error 1
make: *** [all-gcc] Error 2


It seems to be related to:
Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>

        * calls.c (expand_call): Do sanity checking on arg_space_so_far.
        Update arg_space_so_far on stack adjustments.
        (emit_library_call, emit_library_call_value): Likewise; take into
        account arg_space_so_far and pending_stack_adjust when calculcating
        the boundary.


Is there something else I need to update?
jason.


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