OSDN Git Service

Fix typos.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5c5fd67..2bf7779 100644 (file)
@@ -1,3 +1,31 @@
+2004-09-10  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/17024
+       * fold-const.c (fold_cond_expr_with_comparison): Handle unordered
+       floating point comparison operators.  Change aborts to gcc_asserts.
+
+2004-09-10  Geoffrey Keating  <geoffk@apple.com>
+
+       * final.c (output_asm_insn): Correct problem with -fverbose-asm.
+
+2004-09-10  James E Wilson  <wilson@specifixinc.com>
+
+       * Makefile.in (LIBGCC_DEPS): Delete duplicate stmp-int-hdrs reference.
+       (stmp-fixproto): Change stmp-int-headers to stmp-int-hdrs in comment.
+
+       * convert.c (convert_to_vector): Replace recursive call with
+       error_mark_node.
+
+       * emit-rtl.c (gen_const_vector): Renamed from gen_const_vector_0.
+       Add integer argument named constant.  Use const_tiny_rtx instead of
+       CONST0_RTX.
+       (gen_rtx_CONST_VECTOR): Rewrite to handle checks for both CONST0_RTX
+       and CONST1_RTX.
+       (init_emit_once): Fix users of gen_const_vector.  Set CONST1_RTX for
+       vector types.
+       * expr.c (const_vector_from_tree): Call gen_rtx_CONST_VECTOR instead
+       of gen_rtx_raw_CONST_VECTOR.
+
 2004-09-10  Eric Christopher  <echristo@redhat.com>
 
        PR c/16046
@@ -33,6 +61,9 @@
 
 2004-09-10  Geoffrey Keating  <geoffk@apple.com>
 
+       * gimplify.c (create_tmp_var_raw): Don't name otherwise-nameless
+       temporary variables.
+
        * dbxout.c (dbxout_block): Update for
        current_function_func_begin_label a string.
        * dwarf2out.c (dwarf2out_begin_prologue): Likewise.