1. 07 Apr, 2005 9 commits
    • eor_1.f90: Fix dg-do run line · 20d27477
      2005-04-07  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* gfortran.dg/eor_1.f90:  Fix dg-do run line
      	* gfortran.dg/open_new.f90:  Fix dg-do run line
      
      From-SVN: r97784
      Thomas Koenig committed
    • MAINTAINERS (Write After Approval): Add myself. · e865b6f7
      2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* MAINTAINERS (Write After Approval): Add myself.
      
      From-SVN: r97782
      Thomas Koenig committed
    • MAINTAINERS (Write After Approval): Add myself. · bbbe2467
      
      2005-05-07  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* MAINTAINERS (Write After Approval):  Add myself.
      
      From-SVN: r97781
      Thomas Koenig committed
    • * MAINTAINERS (Port Maintainers): Add self for Blackfin. · 7b71ad7f
      From-SVN: r97779
      Bernd Schmidt committed
    • arm.c (arm_const_double_inline_cost): Handle any constant by using gen_lowpart… · 9b901d50
      arm.c (arm_const_double_inline_cost): Handle any constant by using gen_lowpart and gen_highpart_mode.
      
      	* arm.c (arm_const_double_inline_cost): Handle any constant by
      	using gen_lowpart and gen_highpart_mode.
      	(note_invalid_constants): All constants in an RTX with a constraint
      	that permits memory are now pushed to the constant pool.
      	(output_move_double): Delete code to handle reg to reg and
      	constant to reg moves.
      	(const_double_needs_minipool, output_mov_immediate): Delete.
      	* arm.h (EXTRA_CONSTRAINT_STR_ARM): All 'D' variants now handle
      	CONST_INT and CONST_VECTOR.
      	* arm.md (ANY64): New mode macro.
      	(arm_movdi): Split reg-reg and const-reg moves.  Simplify constraints.
      	(movdf_soft_insn): Split reg-reg and const-reg moves.
      	(split patterns for 64-bit constant and register moves): New.
      	* cirrus.md (cirrus_arm_movdi): Split reg-reg and const-reg moves.
      	(cirrus_movdf_hard_insn): Likewise.
      	* fpa.md (movdf_fpa): Likewise.
      	* iwmmxt.md (iwmmxt_arm_movdi): Likewise.
      	(movv8qi_internal, movv4hi_internal, movv2si_internal): Fix
      	constraints.
      	(movv2si_internal_2): Likewise.
      	* vfp.md (arm_movdi_vfp): Split reg-reg and const-reg moves.
      	(movdf_vfp): Likewise.
      	* arm-protos.h (output_mov_immediate): Delete prototype.
      
      From-SVN: r97778
      Richard Earnshaw committed
    • re PR target/20093 (23_containers/deque/cons/2.cc execution test fails on ia64-hpux, -milp32) · 7443a71d
      	PR target/20093
      	* simplify-rtx.c (simplify_unary_operation_1): Check
      	SUBREG_PROMOTED_UNSIGNED_P (op) > 0 for zero-extension.
      
      From-SVN: r97775
      Joseph Myers committed
    • Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble. · c7bcbc2c
      PR target/20717
      * cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
      ADDR_EXPR.
      
      From-SVN: r97773
      James E Wilson committed
    • test.html: Update. · 5305b1ae
      
      2005-04-06  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/test.html: Update.
      	* testsuite/printnow.c: Remove.
      	* scripts/check_survey.in: Remove.
      
      	* testsuite/abi_check.cc: To...
      	* testuite/testsuite_abi_check.cc: ...here.
      	* testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
      	testsuite_abi_check.cc.
      
      	* testsuite/testsuite_hooks.h: Move character related bits to...
      	* testsuite/testsuite_character.h: ...here.
      	* testsuite/testsuite_character.cc: ... and here.
      	* testsuite/21_strings/basic_string/inserters_extractors/pod/
      	10081-in.cc: Use testsuite_character.h.
      	* testsuite/21_strings/basic_string/inserters_extractors/pod/
      	10081-out.cc: Same.
      	* testsuite/22_locale/numpunct/members/pod/1.cc: Same.
      	* testsuite/22_locale/numpunct/members/pod/2.cc: Same.
      	* testsuite/27_io/basic_filebuf/2.cc: Same.
      	* testsuite/27_io/basic_fstream/2.cc: Same.
      	* testsuite/27_io/basic_istream/2.cc: Same.
      	* testsuite/27_io/basic_istream/extractors_arithmetic/pod/
      	3983-1.cc: Same.
      	* testsuite/27_io/basic_istream/extractors_character/char/
      	9826.cc: Same.
      	* testsuite/27_io/basic_istream/extractors_character/pod/
      	3983-2.cc: Same.
      	* testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
      	* testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
      	* testsuite/27_io/basic_ostream/2.cc: Same.
      	* testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
      	* testsuite/27_io/basic_streambuf/2.cc: Same.
      	* testsuite/27_io/basic_stringbuf/2.cc: Same.
      	* testsuite/27_io/basic_stringbuf/4.cc: Same.
      	* testsuite/27_io/basic_stringstream/2.cc: Same.
      	* testsuite/27_io/fpos/1.cc: Same.
      	* testsuite/ext/mt_allocator/tune-1.cc: Same.
      	* testsuite/ext/mt_allocator/tune-2.cc: Same.
      	* testsuite/ext/stdio_filebuf/char/1.cc: Same.
      	* testsuite/lib/libstdc++.exp (v3-build_support): Add
      	testsuite_character.cc.
      	* testsuite/Makefile.am (libv3test_a_SOURCES): Add
      	testsuite_character.cc.
      	* testsuite/Makefile.in: Regenerate.
      
      	* configure.ac: Remove use of check_survey.
      	* configure: Regenerate.
      	* testsuite/Makefile.am: Remove check-script and
      	check-script-install rules.
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r97772
      Benjamin Kosnik committed
    • Daily bump. · 2d6106a3
      [[Split portion of a mixed commit.]]
      
      From-SVN: r97770.2
      GCC Administrator committed
  2. 06 Apr, 2005 31 commits