This is the mail archive of the gcc-bugs@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]

gcc/function.c won't compile; gen_rtx_MEM problem?


In today's mainline CVS, function.c won't compile; here are the messages:

gcc -c  -DIN_GCC    -g -W -Wall -Wtraditional  -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/function.c
../../gcc/function.c: In function `assign_stack_local_1':
../../gcc/function.c:590: warning: implicit declaration of function `gen_rtx_EXPR_LIST'
../../gcc/function.c:590: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `assign_stack_temp_for_type':
../../gcc/function.c:709: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:710: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `update_temp_slot_address':
../../gcc/function.c:1020: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:1020: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:1022: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `fixup_var_refs_1':
../../gcc/function.c:1818: warning: implicit declaration of function `gen_rtx_SET'
../../gcc/function.c:1818: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c: In function `gen_mem_addressof':
../../gcc/function.c:2723: warning: implicit declaration of function `gen_rtx_ADDRESSOF'
../../gcc/function.c:2724: warning: initialization makes pointer from integer without a cast
../../gcc/function.c: In function `purge_addressof_1':
../../gcc/function.c:2917: warning: implicit declaration of function `gen_rtx_SUBREG'
../../gcc/function.c:2917: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:3019: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:3022: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:3047: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c: In function `insns_for_mem_walk':
../../gcc/function.c:3169: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:3170: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `instantiate_virtual_regs_1':
../../gcc/function.c:3586: warning: implicit declaration of function `gen_rtx_PLUS'
../../gcc/function.c:3586: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:3651: warning: function `gen_rtx_PLUS' was previously declared within a block
../../gcc/function.c:3651: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `use_variable':
../../gcc/function.c:3929: warning: implicit declaration of function `gen_rtx_USE'
../../gcc/function.c:3929: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c:3936: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c: In function `use_variable_after':
../../gcc/function.c:3948: warning: function `gen_rtx_USE' was previously declared within a block
../../gcc/function.c:3948: warning: passing arg 1 of `emit_insn_after' makes pointer from integer without a cast
../../gcc/function.c:3955: warning: passing arg 1 of `emit_insn_after' makes pointer from integer without a cast
../../gcc/function.c: In function `assign_parms':
../../gcc/function.c:4286: warning: function `gen_rtx_PLUS' was previously declared within a block
../../gcc/function.c:4288: warning: passing arg 2 of `gen_rtx_MEM' makes pointer from integer without a cast
../../gcc/function.c:4732: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:4734: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:4740: warning: assignment makes pointer from integer without a cast
../../gcc/function.c:4745: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:4746: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `expand_function_start':
../../gcc/function.c:5958: parse error before `)'
../../gcc/function.c:6124: warning: function `gen_rtx_EXPR_LIST' was previously declared within a block
../../gcc/function.c:6125: warning: assignment makes pointer from integer without a cast
../../gcc/function.c: In function `diddle_return_value':
../../gcc/function.c:6200: warning: implicit declaration of function `gen_rtx_fmt_e'
../../gcc/function.c:6200: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c:6212: warning: function `gen_rtx_fmt_e' was previously declared within a block
../../gcc/function.c:6212: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c: In function `expand_function_end':
../../gcc/function.c:6491: warning: function `gen_rtx_USE' was previously declared within a block
../../gcc/function.c:6491: warning: passing arg 1 of `emit_insn' makes pointer from integer without a cast
../../gcc/function.c:6537: parse error before `)'
make[2]: *** [function.o] Error 1
make[2]: Leaving directory `/export/u11/lucier/programs/egcs/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/export/u11/lucier/programs/egcs/objdir/gcc'
make: *** [bootstrap] Error 2

Brad Lucier

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