OSDN Git Service

PR c/16392
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 63ebf59..22e1c66 100644 (file)
@@ -1,3 +1,59 @@
+2004-07-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR c/16392
+       * function.c (assign_parms): Fix typo from previous change.
+
+2004-07-07  Jason Merrill  <jason@redhat.com>
+
+       PR c++/15815
+       * doc/extend.texi (C++ Interface): Correct information and
+       discourage use.
+
+2004-07-07  Vladimir Makarov  <vmakarov@redhat.com>
+
+       PR target/16130
+       PR target/16142
+       PR target/16143
+       * config/ia64/ia64.c (ia64_dfa_new_cycle): Reset DFA state for asm
+       insn.
+       
+2004-07-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       PR target/1679.
+       * config/m32r/m32r.c (m32r_function_symbol): New function:
+       Generate a symbol name RTX with the correct m32r specific flags
+       set. 
+       (block_move_call): Use new function to generate correct symbol.
+       * config/m32r/m32r-protos.h: Add prototype for new funcion.
+       * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Use the new
+       function.
+
+2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
+       TYPE_BINFO_VIRTUALS, TYPE_BINFO_BASETYPES,
+       TYPE_BINFO_BASETYPE): Remove.
+       (BINFO_BASETYPES, BINFO_N_BASETYPES, BINFO_BASETYPE): Rename
+       to ...
+       (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): ...
+       here.
+       (BINFO_BASEACCESSES, BINFO_BASEACCESS): Rename to ...
+       (BINFO_BASE_ACCESSES, BINFO_BASE_ACCESS): ... here.
+       (BINFO_INHERITANCE_CHAIN): Redocument as it is actually used.
+       (struct tree_binfo): Rename base_types to base_binfos.
+       * alias.c (record_component_aliases): Adjust BINFO macros.
+       * dbxout.c (dbxout_type): Likewise.
+       * dwarf2out.c (gen_member_die): Likewise.
+       * sdbout.c (sdbout_one_type): Likewise.
+       * tree-dump.c (deque_and_dump): Likewise.
+       * config/i386/i386.c (classify_argument,
+       contains_128bit_aligned_vector_p): Likewise.
+
+2004-07-07  Nick Clifton  <nickc@redhat.com>
+
+       * config/fr30/fr30.c (fr30_setup_incoming_varargs): Change
+       arguments to match TARGET_SETUP_INCOMING_VARARGS prototype. 
+
 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
 
        * vec.h: Fix the example use.