OSDN Git Service

* tree-ssa-structalias.c: Don't include expr.h.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index ac9afeb..540f3e6 100644 (file)
@@ -1,3 +1,70 @@
+2005-07-04  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-ssa-structalias.c: Don't include expr.h.
+
+2005-07-04  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
+       comments.
+
+2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
+
+       Fix PR tree-optimization/22279
+       
+       * tree-ssa-structalias.c (offset_overlaps_with_access): Use
+       correct operator.
+       
+2005-07-04  J"orn Rennecke <joern.rennecke@st.com>
+
+       * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
+
+2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
+       cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
+       config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
+       config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
+       config/stormy16/stormy16.c, config/v850/v850.c,
+       config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
+       except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
+       Avoid "." or "\n" at end of diagnostics and capital letters at
+       start of diagnostics.
+       * combine.c, cse.c: Don't translate dump file output.
+       * toplev.c (print_version): Only translate output if going to
+       stderr.
+
+2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
+
+       * c-decl.c, tree-object-size.c, tree-vectorizer.c,
+       config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
+       typos.
+
+2005-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (fix_range): Fix typo in comment.
+
+2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
+
+       * tree-vrp.c (extract_range_from_assert): Replace
+       fold (build (...)) with fold_build2.
+
+2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
+       gcc_gfc_char_table, init_dynamic_gfc_info): New.
+       (format_types_orig, handle_format_attribute): Add support for
+       format "gcc_gfc".
+
+2005-07-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * varasm.c (assemble_variable): Fix format specifier thinko.
+
+2005-07-03  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/22029 (and 22135)
+       * tree-pretty-print.c (dump_generic_node): Check that the node is not
+       a phi node before calling dump_vops.
+
 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * tree-dump.h (dump_string_field): Declare.