OSDN Git Service

libjava:
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 7ece57b..f336b11 100644 (file)
@@ -1,3 +1,53 @@
+2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
+       stderr to /dev/null instead of grep -q.
+       * configure: Regenerate.
+
+2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * Makefile.in (EXCEPT_H): Fix typo.
+
+2010-05-25  Vladimir Makarov <vmakarov@redhat.com>
+
+       * ira-build.c (update_conflict_hard_reg_costs): New.
+       (ira_build): Call update_conflict_hard_reg_costs.
+
+2010-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/41371
+       * var-tracking.c (find_loc_in_1pdv): Guard asserts with
+       ENABLE_CHECKING.
+       (intersect_loc_chains): Walk the s2var's loc_chain together
+       with s1node chain as long as the locations are equal, don't
+       call find_loc_in_1pdv in that case.
+
+       PR debug/42801
+       * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
+       (copy_bind_expr): ... instead of here.
+       (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
+       if the block hasn't been remapped.
+       * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
+       emitting concrete instance of abstract VLA, add DW_AT_type attribute.
+
+2010-05-25  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/44069
+       * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
+       out-of-bounds array accesses.
+
+2010-05-25  Richard Guenther  <rguenther@suse.de>
+
+       * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
+       (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
+       (run_gcc): Re-organize to make cleanup easier.
+
+2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.c (optimization_options): Fix and move the
+       flag_prefetch_loop_arrays override ...
+       (override_options): ... here.
+
 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
 
        * diagnostic.c: Don't include plugin.h.
        * Makefile.in: Fix reference to ada Make-lang.in.
        Remove support for LANG_MAKEFILES.
 
+2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
+       * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
+       description.  Add arm_neon_fp16_ok.
+       (Add Options): Add arm_neon and arm_neon_fp16.
+
 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
 
        * diagnostic.c: Don't include flags.h.