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]

current CVS blows up compiling expr.c



i586-pc-linux-gnu, bootstrapping with egcs 1.1.1.

egcc -c  -DIN_GCC     -g -W -Wall  -DHAVE_CONFIG_H    -I. -I../../../egcs/gcc -I../../../egcs/gcc/config -I../../../egcs/gcc/../include ../../../egcs/gcc/expr.c
../../../egcs/gcc/expr.c: In function `emit_push_insn':
../../../egcs/gcc/expr.c:2894: parse error before `('
../../../egcs/gcc/expr.c:2887: warning: empty body in an if-statement
../../../egcs/gcc/expr.c:2897: parse error before `)'
../../../egcs/gcc/expr.c:2860: warning: unused variable `temp'
../../../egcs/gcc/expr.c:2941: `used' undeclared (first use in this function)
../../../egcs/gcc/expr.c:2941: (Each undeclared identifier is reported only once
../../../egcs/gcc/expr.c:2941: for each function it appears in.)
../../../egcs/gcc/expr.c:2953: `temp' undeclared (first use in this function)
../../../egcs/gcc/expr.c:2959: `skip' undeclared (first use in this function)
../../../egcs/gcc/expr.c:2839: warning: unused variable `stack_direction'
../../../egcs/gcc/expr.c:2992: label `ret' used but not defined
../../../egcs/gcc/expr.c:2830: warning: unused parameter `reg'
../../../egcs/gcc/expr.c: At top level:
../../../egcs/gcc/expr.c:3073: parse error before `else'
../../../egcs/gcc/expr.c:3082: `partial' undeclared here (not in a function)
../../../egcs/gcc/expr.c:3082: initializer element is not constant
../../../egcs/gcc/expr.c:3083: `args_so_far' undeclared here (not in a function)
../../../egcs/gcc/expr.c:3084: `skip' used prior to declaration
../../../egcs/gcc/expr.c:3089: parse error before `if'
../../../egcs/gcc/expr.c:3101: warning: type defaults to `int' in declaration of `not_stack'
../../../egcs/gcc/expr.c:3101: `partial' undeclared here (not in a function)
../../../egcs/gcc/expr.c:3101: initializer element is not constant
../../../egcs/gcc/expr.c:3101: warning: data definition has no type or storage class
../../../egcs/gcc/expr.c:3107: warning: type defaults to `int' in declaration of `skip'
../../../egcs/gcc/expr.c:3107: `reg_parm_stack_space' undeclared here (not in a function)
../../../egcs/gcc/expr.c:3107: warning: data definition has no type or storage class
../../../egcs/gcc/expr.c:3109: parse error before `if'
../../../egcs/gcc/expr.c:3142: parse error before `if'
../../../egcs/gcc/expr.c:3160: warning: type defaults to `int' in declaration of `target'
../../../egcs/gcc/expr.c:3160: conflicting types for `target'
../../../egcs/gcc/expr.c:3137: previous declaration of `target'
../../../egcs/gcc/expr.c:3160: `addr' undeclared here (not in a function)
../../../egcs/gcc/expr.c:3160: warning: data definition has no type or storage class
../../../egcs/gcc/expr.c:3161: parse error before `}'
../../../egcs/gcc/expr.c:3163: parse error before `('
../../../egcs/gcc/expr.c:3163: warning: type defaults to `int' in declaration of `emit_move_insn'
../../../egcs/gcc/expr.c:3163: conflicting types for `emit_move_insn'
../../../egcs/gcc/expr.c:2538: previous declaration of `emit_move_insn'
../../../egcs/gcc/expr.c:3163: warning: type defaults to `int' in declaration of `x'
../../../egcs/gcc/expr.c:3163: parse error before `)'
../../../egcs/gcc/expr.c:3184: warning: type defaults to `int' in declaration of `in_check_memory_usage'
../../../egcs/gcc/expr.c:3184: conflicting declarations of `in_check_memory_usage'
../../../egcs/gcc/expr.c:107: `in_check_memory_usage' previously declared here
../../../egcs/gcc/expr.c:3184: warning: data definition has no type or storage class
../../../egcs/gcc/expr.c:3185: parse error before `}'
../../../egcs/gcc/expr.c: In function `expand_assignment':
../../../egcs/gcc/expr.c:3221: warning: unused parameter `suggest_reg'
../../../egcs/gcc/expr.c: In function `store_constructor':
../../../egcs/gcc/expr.c:3976: warning: unused variable `exp_size'
make: *** [expr.o] Error 1


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