OSDN Git Service

PR c/18867
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 05d9736..70747e2 100644 (file)
@@ -1,3 +1,33 @@
+2004-12-07  Steven Bosscher  <stevenb@suse.de>
+
+       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  <stevenb@suse.de>
+
+       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  <zlaski@apple.com>
+
+       * c-tree.h (struct lang_type): Rename 'objc_protocols' field
+       to 'objc_info'.
+
+2004-12-07  Eric Christopher  <echristo@redhat.com>
+
+       PR target/16317
+       * config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.
+
+2004-12-07  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips-protos.h (mips_valid_pointer_mode): Move
+       prototype...
+       * config/mips/mips.c: ... here. Make static.
+
 2004-12-07  Eric Christopher  <echristo@redhat.com>
 
        PR target/18442