X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=70747e28fca0aa20523f2a29f5d249fe4f288752;hb=98126a6d2335fa12eab11340c41d3ede5c26e770;hp=05d97362aa206b896de171efc0b714e8e90b7bbc;hpb=b60e0910e44845bd4350f412f1c37939d811d643;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05d97362aa2..70747e28fca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,33 @@ +2004-12-07 Steven Bosscher + + PR c/18867 + * c-typeck.c (c_start_case): Set orig_type to error_mark_node + when the type of the controlling expression is not a valid type. + +2004-12-07 Steven Bosscher + + PR tree-optimization/17340 + * tree-ssa-pre.c (compute_antic): Fix comment. + (compute_avail): Do not recurse, instead do a DFS using a stack + and a loop. + (execute_pre): Adjust. + +2004-12-07 Ziemowit Laski + + * c-tree.h (struct lang_type): Rename 'objc_protocols' field + to 'objc_info'. + +2004-12-07 Eric Christopher + + PR target/16317 + * config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define. + +2004-12-07 Eric Christopher + + * config/mips/mips-protos.h (mips_valid_pointer_mode): Move + prototype... + * config/mips/mips.c: ... here. Make static. + 2004-12-07 Eric Christopher PR target/18442