http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59545

--- Comment #5 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Thanks Jakub, it looks much better now. What is left are mostly left shifts of
negative values:

gcc/combine.c:11865:14: runtime error: left shift of negative value -4096
gcc/config/i386/i386.c:21800:37: runtime error: left shift of negative value
-1073807360
... (3 times with different values)
gcc/cp/error.c:448:7: runtime error: call to function
pp_cxx_type_specifier_seq(cxx_pretty_printer*, tree_node*) through pointer to
incorrect function type 'void (*)(c_pretty
_printer *, tree_node *)'
gcc/cselib.c:1121:43: runtime error: signed integer overflow: 4224 +
9223372036854775806 cannot be represented in type 'long'
gcc/cselib.c:1121:43: runtime error: signed integer overflow: 4224 +
9223372036854775807 cannot be represented in type 'long'
gcc/dce.c:278:16: runtime error: left shift of negative value -1
gcc/dwarf2out.c:11516:61: runtime error: left shift of negative value -1
gcc/dwarf2out.c:11531:54: runtime error: left shift of negative value -1
gcc/expmed.c:2986:15: runtime error: left shift of negative value -1
gcc/expr.c:3986:17: runtime error: signed integer overflow: 0 -
-9223372036854775808 cannot be represented in type 'long'
gcc/ggc-common.c:133:7: runtime error: call to function gt_ggc_m_S(void const*)
through pointer to incorrect function type 'void (*)(void *)'
gcc/ggc-common.c:501:2: runtime error: call to function gt_pch_n_S(void const*)
through pointer to incorrect function type 'void (*)(void *)'
gcc/haifa-sched.c:1160:24: runtime error: left shift of negative value -1
gcc/haifa-sched.c:1423:26: runtime error: left shift of negative value -1
gcc/ira-color.c:1508:29: runtime error: signed integer overflow: -128583990 *
811 cannot be represented in type 'int'
... (13 times with different values)
gcc/passes.c:1627:8: runtime error: call to function
execute_pass_list(opt_pass*) through pointer to incorrect function type 'void
(*)(void *)'
gcc/real.c:2812:25: runtime error: left shift of negative value -1
... (22 times with different values)
gcc/recog.h:283:43: runtime error: call to function gen_pause() through pointer
to incorrect function type 'rtx_def *(*)(rtx_def *)'
gcc/recog.h:283:43: runtime error: call to function gen_xend() through pointer
to incorrect function type 'rtx_def *(*)(rtx_def *)'
gcc/sched-deps.c:110:20: runtime error: left shift of negative value -1
gcc/stor-layout.c:2539:5: runtime error: left shift of negative value -1
libcpp/files.c:675:30: runtime error: left shift of negative value -1
libcpp/symtab.c:235:6: runtime error: call to function count_defs(cpp_reader*,
cpp_hashnode*, void*) through pointer to incorrect function type 'int
(*)(cpp_reader *, ht_iden
tifier *, const void *)'
libcpp/symtab.c:235:6: runtime error: call to function save_idents(cpp_reader*,
cpp_hashnode*, void*) through pointer to incorrect function type 'int
(*)(cpp_reader *, ht_ide
ntifier *, const void *)'
libcpp/symtab.c:235:6: runtime error: call to function
undefine_macros(cpp_reader*, cpp_hashnode*, void*) through pointer to incorrect
function type 'int (*)(cpp_reader *, ht
_identifier *, const void *)'
libcpp/symtab.c:235:6: runtime error: call to function write_defs(cpp_reader*,
cpp_hashnode*, void*) through pointer to incorrect function type 'int
(*)(cpp_reader *, ht_iden
tifier *, const void *)'
libcpp/symtab.c:235:6: runtime error: call to function
write_macdef(cpp_reader*, cpp_hashnode*, void*) through pointer to incorrect
function type 'int (*)(cpp_reader *, ht_id
entifier *, const void *)'
libiberty/regex.c:6970:11: runtime error: left shift of negative value -1
libiberty/regex.c:7165:4: runtime error: left shift of negative value -1

Reply via email to