1. 16 Jan, 2004 8 commits
    • * Makefile.in: Add $(DESTDIR). · fbf3e0dd
      From-SVN: r75964
      Andreas Jaeger committed
    • testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. · 701b701b
      2004-01-16  Danny Smith  <dannysmith@users.sourceforge.net>
      
      	* testsuite/testsuite_hooks.cc (try_mkfifo): Avoid calling
      	mkfifo for mingw32.
      
      From-SVN: r75963
      Danny Smith committed
    • re PR pch/13689 (GGC PCH breaks aliasing) · b604074c
      	PR pch/13689
      	* alias.c (struct alias_set_entry): Mark for GC.
      	(alias_sets): Make static, mark for GC.
      	(record_alias_subset): Use GC to allocate alias structures.
      	* varray.c (element): Make generic varrays GCed.
      
      From-SVN: r75962
      Geoffrey Keating committed
    • Index: ChangeLog · a6dd4094
      2004-01-15  Geoffrey Keating  <geoffk@apple.com>
      
      	PR pch/13361
      	* c-typeck.c (constructor_asmspec): Delete.
      	(struct initializer_stack): Delete field 'asmspec'.
      	(start_init): Delete saving of asmspec.
      	(finish_init): Don't update constructor_asmspec.
      	* dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
      	* stmt.c (expand_asm): Duplicate strings from tree.
      	(expand_asm_operands): Likewise.
      	* tree.c (tree_size): Update computation of size of STRING_CST.
      	(make_node): Don't make STRING_CST nodes.
      	(build_string): Allocate string with tree node.
      	* tree.def (STRING_CST): Update comment.
      	* tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
      	(tree_string): Place contents of string in tree node.
      	* config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
      	from tree.
      
      Index: cp/ChangeLog
      2004-01-15  Geoffrey Keating  <geoffk@apple.com>
      
      	PR pch/13361
      	* cp/lex.c (handle_pragma_interface): Duplicate string from tree.
      	(handle_pragma_implementation): Likewise.
      
      Index: testsuite/ChangeLog
      2004-01-15  Geoffrey Keating  <geoffk@apple.com>
      
      	PR pch/13361
      	* testsuite/g++.dg/pch/wchar-1.C: New.
      	* testsuite/g++.dg/pch/wchar-1.Hs: New.
      
      From-SVN: r75961
      Geoffrey Keating committed
    • rs6000.c (rs6000_va_arg): No need to special-case altivec operands. · b0fadda7
      	* config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
      	altivec operands.
      
      From-SVN: r75960
      Geoffrey Keating committed
    • c-common.h: Fix comment formatting. · e0a21ab9
      	* c-common.h: Fix comment formatting.
      	* c-cppbuiltin.c: Likewise.
      	* c-pragma.c: Likewise.
      	* calls.c: Likewise.
      	* collect2.c: Likewise.
      	* cppcharset.c: Likewise.
      	* cpptrad.c: Likewise.
      	* dbxout.c: Likewise.
      	* defaults.h: Likewise.
      	* dwarf2out.c: Likewise.
      	* fold-const.c: Likewise.
      	* genautomata.c: Likewise.
      	* genconditions.c: Likewise.
      	* genflags.c: Likewise.
      	* gengtype.c: Likewise.
      	* integrate.c: Likewise.
      	* loop.c: Likewise.
      	* predict.c: Likewise.
      	* sdbout.c: Likewise.
      
      From-SVN: r75957
      Kazu Hirata committed
    • ia64.md (*movti_internal): C output template extracted to ia64.c. · f57fc998
      	* config/ia64/ia64.md (*movti_internal): C output template
      	extracted to ia64.c.
      	(*movti_internal_reg): Delete.
      	(reload_inti, reload_outti): Use the correct mode on operand 2
      	in the first place, don't fix it up in the output template.
      	(movtf, reload_ointf, reload_outtf): New expanders.
      	(*movtf_internal): New define_insn_and_split.
      	* config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
      	make static; do not hand TFmode CONST_DOUBLEs to split_double.
      	(ia64_split_tmode_move): New function, body mostly pulled
      	from ia64.md:*movti_internal.
      	(ia64_function_arg_words): New function, extracted common
      	logic from ia64_function_arg et seq.
      	(ia64_function_arg_offset): Likewise.  Handle correctly the
      	case of a scalar quantity 16 bytes wide with only 8-byte alignment.
      	(ia64_function_arg, ia64_function_arg_partial_nregs)
      	(ia64_function_arg_advance): Use ia64_function_arg_words and
      	ia64_function_arg_offset.
      	(ia64_function_value): TCmode does not go in float regs.
      	(ia64_secondary_reload_class): Also handle TFmode.
      	* config/ia64/ia64-protos.h: Remove prototype for
      	ia64_split_timode; add prototype for ia64_split_tmode_move.
      
      From-SVN: r75956
      Zack Weinberg committed
    • Daily bump. · 16a9a280
      From-SVN: r75953
      GCC Administrator committed
  2. 15 Jan, 2004 32 commits