1. 09 Nov, 2005 7 commits
    • s390.c (s390_regs_ever_clobbered): Only save live eh regs for a function containing a landing pad. · 297a777d
      2005-11-09  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* config/s390/s390.c (s390_regs_ever_clobbered): Only save live eh regs
      	for a function containing a landing pad.
      	* testsuite/g++.dg/other/pr24623.C: Testcase added.
      
      From-SVN: r106687
      Andreas Krebbel committed
    • flow.c (mark_set_1): Handle CLOBBERs like SETs if the register is live afterwards. · 7221b4a1
      2005-11-09  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* flow.c (mark_set_1): Handle CLOBBERs like SETs if the register
      	is live afterwards.
      
      From-SVN: r106686
      Andreas Krebbel committed
    • t-bfin-elf (MULTILIB_OPTIONS, [...]): New. · f98ae2ab
      	* config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DEFAULTS,
      	MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): New.
      
      From-SVN: r106684
      Bernd Schmidt committed
    • re PR fortran/22607 (Elemental character functions don't work) · a01db3bf
      fortran/
      2005-11-09  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/22607
              * trans-decl.c(build_function_decl): Don't set
              DECL_IS_PURE (fndecl) = 1 for return-by-reference
              functions.
      
      testsuite/
      2005-11-09  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/22607
              * gfortran-dg/pure_byref_1.f90: New.
              * gfortran-dg/pure_byref_2.f90: New.
      
      From-SVN: r106683
      Erik Edelmann committed
    • Add ms2 support · 1508cc46
      	Add ms2 support
      	* config/ms1/ms1.md (UNSPEC_BLOCKAGE, UNSPEC_EI, UNSPEC_DI): New
      	constants.
      	(call,load,store): New insn types.
      	(mem_access, branch_access): Adjust reservation conditions.
      	(define_delay): Adjust condition.
      	(decrement_and_branch_until_zero): Allow for ms2.  Set branch
      	type.
      	(*decrement_and_rbanch_until_zero_no_clobber): Allow for ms2.
      	(*movqi_internal,*movsi_internal,*movsf_internal): Use load,store
      	insn type.
      	(call_internal, call_value_internal, return_internal,
      	return_interrupt_internal, eh_return_internal, indirect_jump,
      	tablejump): Set call insn type.
      	(blockage, ei, di): Use appropriate unspec const.
      	* config/ms1/ms1.c (ms1_flag_delayed_branch): New.
      	(ms1_get_attr_type): Adjust to give load & store types.
      	(ms1_final_prescan_insn): Adjust for new insn types.  Don't look
      	backwards past a barrier.
      	(ms1_override_options): Accept ms2 arch.  Copy and reset delayed
      	branch scheduling.
      	(struct branch_info, struct label_info): New.
      	(ms1_labels): New.
      	(ms1_add_branches, ms1_check_delay_slot, ms1_reorg_hazard): New.
      	(ms1_machine_reorg): New.
      	(TARGET_MACHINE_DEPENDENT_REORG): Override.
      	* config/ms1/crtn.asm: Add nop for ms2 JAL hazard.
      	* config/ms1/ms1.h (processor_type): Add PROCESSOR_MS2.
      	(ASM_SPEC, LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Add ms2.
      	(TARGET_MS2): New.
      
      From-SVN: r106680
      Nathan Sidwell committed
    • re PR c/24101 (Segfault with preprocessed source) · 456b8ce5
      libcpp/
      
      	PR c/24101
      	* init.c (read_original_filename): Temporarily set
      	state.in_directive before calling _cpp_lex_direct for
      	CPP_HASH tokens.
      
      gcc/
      
      	PR c/24101
      	* toplev.c (process_options): Initialize debug_hooks early
      	in case lang_hooks.post_options ends up calling a debug_hook.
      
      gcc/testsuite/
      
      	PR c/24101
      	* gcc.dg/pr24101-1.i, gcc.dg/pr24101-2.i: New tests.
      	* gcc.dg/dg.exp: Run main loop also for *.i files.
      
      From-SVN: r106677
      Uros Bizjak committed
    • Daily bump. · 85e77c21
      From-SVN: r106670
      GCC Administrator committed
  2. 08 Nov, 2005 20 commits
  3. 07 Nov, 2005 13 commits