OSDN Git Service

* gcc/doc/extended.texi: Replace the dash character with
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5556683..08ce63e 100644 (file)
@@ -1,3 +1,80 @@
+2009-10-14  Nick Clifton  <nickc@redhat.com>
+
+       * gcc/doc/extended.texi: Replace the dash character with
+       @minus{} in situations where it is being used as a minus
+       symbol.
+       * gcc/doc/tm.texi: Likewise.
+       * gcc/doc/md.texi: Likewise.
+
+2009-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/41543
+       * input.h (BUILTINS_LOCATION): Change to 1 from 2.
+       Assert BUILTINS_LOCATION < RESERVED_LOCATION_COUNT.
+       * tree.c: Include intl.h.
+       (expand_location): Handle BUILTINS_LOCATION.
+       * Makefile.in (tree.o): Depend on intl.h.
+
+       PR debug/41695
+       * dwarf2out.c (dwarf2out_var_location): Always clear
+       last_postcall_label when changing last_label.
+
+2009-10-14  Pascal Obry  <obry@adacore.com>
+
+       * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Add -E.
+       (process_command): Handle -E as done with -c and -S.  Do not add
+       the target executable suffix to the output file when -E is used.
+       (main): Adjust error message accordingly.
+
+2009-10-14  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/41343
+       PR debug/41447
+       PR debug/41264
+       PR debug/41338
+       * tree.c (tree_node_structure_for_code): DEBUG_EXPR_DECL uses
+       decl with rtl.
+       (tree_code_size): Likewise.
+
+2009-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (fold_builtin_1): Support complex "arc" functions.
+       * real.h (HAVE_mpc_arc): Define.
+
+2009-10-14  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh.c (TARGET_BUILTIN_DECL): Define.
+       (struct builtin_description): Add fndecl field.
+       (bdesc): Remove const qualifier.  Update initializer.
+       (sh_media_init_builtins): Remove const qualifier for d.  Record
+       the result of add_builtin_function to the fndecl field.
+       (sh_builtin_decl): New.
+       (sh_media_builtin_decl): New.
+
+2009-10-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR target/38948
+       * config/cris/cris.h (SECONDARY_RELOAD_CLASS): Handle reload
+       requests between special registers.
+
+2009-10-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
+
+2009-10-13  Richard Henderson  <rth@redhat.com>
+
+       PR tree-optimization/41377
+       * tree-eh.c (unsplit_eh): Propagate degenerate PHIs.
+       (cleanup_empty_eh_merge_phis): New change_region parameter;
+       pass it on to redirect_eh_edge_1.  Update callers.
+       (cleanup_empty_eh_unsplit): Don't require an existing EH label
+       at the destination block.
+
+2009-10-13  Basile Starynkevitch  <basile@starynkevitch.net>
+
+       * passes.c (register_pass): Replaced gcc_unreachable by
+       fatal_error on failure. Mentions plugins in comments & messages.
+
 2009-10-13  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/41693