1. 29 Nov, 2008 10 commits
  2. 28 Nov, 2008 7 commits
  3. 27 Nov, 2008 9 commits
  4. 26 Nov, 2008 12 commits
    • janis's avatar
      PR testsuite/28870 · ff670bee
      janis authored
      	* lib/objc.exp (objc_target_compile): Fix typo from previous change.
      	* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142230 138bc75d-0d04-0410-961f-82ee72b054a4
      ff670bee
    • nemet's avatar
      * config/mips/mips.md (clear_hazard): Rename to · bdff3d2c
      nemet authored
      	clear_hazard_<mode>.  Use mode-specific addition.
      	(clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
      	or gen_clear_hazard_di depending on the size of Pmode.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142229 138bc75d-0d04-0410-961f-82ee72b054a4
      bdff3d2c
    • dj's avatar
      * configure.ac: Test m32c-elf-gas for .loc. · ae74c491
      dj authored
      * configure: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142228 138bc75d-0d04-0410-961f-82ee72b054a4
      ae74c491
    • janis's avatar
      gcc/ · 0557b60a
      janis authored
      	PR testsuite/28870
      	* doc/sourcebuild.texi (Test Directives): Add dg-timeout and
      	dg-timeout-factor.
      
      gcc/testsuite/
      	PR testsuite/28870
      	* lib/timeout.exp: New.
      	* lib/timeout-dg.exp: New.
      	* lib/gcc-dg.exp: Include new timeout library files.
      	(dg-test): Unset timeout variables.
      	* lib/gcc.exp (gcc_target_compile): Set timeout value from new proc.
      	* lib/g++.exp (g++_target_compile): Ditto.
      	* lib/gfortran.exp (gfortran_target_compile): Ditto.
      	* lib/objc.exp (objc_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/gnat.exp (gnat_target_compile): Ditto.
      
      libstdc++-v3/
      	PR testsuite/28870
      	* testsuite/lib/libstdc++.exp: Include new timeout library files.
      	(libstdc++_init): Define tool_timeout.
      	(dg-test): Override DejaGnu proc.
      	(v3_target_compile): Set timeout value from new proc.
      	(v3_target_compile_as_c): Ditto.
      
      libmudflap/
      	PR testsuite/28870
      	* testsuite/lib/mfdg.exp (dg-test): Use new timeout support.
      	(dg-timeout): Remove.
      	(standard-wait): Remove.
      	* testsuite/lib/libmudflap.exp: Include new timeout library files.
      	(libmudflap_target_compile): Set timeout value from new proc.
      
      libgomp/
      	PR testsuite/28870
      	* testsuite/lib/libgomp.exp: Include new timeout library files.
      	(libgomp_target_compile): Set timeout value from new proc.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142225 138bc75d-0d04-0410-961f-82ee72b054a4
      0557b60a
    • uros's avatar
      * config/i386/sync.md (memory_barrier_nosse): Disable also for · 7c1a3226
      uros authored
      	TARGET_64BIT.  Remove special asm template for TARGET_64BIT case.
      	(memory_barrier): Do not generate memory_barrier_nosse instruction
      	for TARGET_64BIT.
      	* config/i386/sse.md (*sse2_mfence): Also enable for TARGET_64BIT.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142224 138bc75d-0d04-0410-961f-82ee72b054a4
      7c1a3226
    • hjl's avatar
      2008-11-26 H.J. Lu <hongjiu.lu@intel.com> · 2a6a2699
      hjl authored
      	PR middle-end/37843
      	* gcc.target/i386/pr37843-1.c: Make it Linux only.
      	* gcc.target/i386/pr37843-2.c: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142222 138bc75d-0d04-0410-961f-82ee72b054a4
      2a6a2699
    • uros's avatar
      * config/soft-fp/floatuntisf.c (__floatuntisf): Correct · 9b9e4d1b
      uros authored
              function name from __floatundisf.
              * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
              DFtype.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142218 138bc75d-0d04-0410-961f-82ee72b054a4
      9b9e4d1b
    • ktietz's avatar
      2008-11-26 Kai Tietz <kai.tietz@onevision.com> · fa20f865
      ktietz authored
              PR/38227
              * calls.c (expand_call): Pass to REG_PARM_STACK_SPACE
              the type of the function, when there is no FUNCTION_DECL available.
              OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
              (compute_argument_block_size): Add fntype argument.
              OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
              (emit_library_call_value_1): Likewise.
              OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
              * config/i386/i386.c (ix86_reg_parm_stack_space): Handle function types.
              * doc/tm.texi (REG_PARM_STACK_SPACE): Adjust documentation.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142215 138bc75d-0d04-0410-961f-82ee72b054a4
      fa20f865
    • ktietz's avatar
      2008-11-26 Kai Tietz <kai.tietz@onevision.com> · 25d75884
      ktietz authored
              * gcc.dg/callabi/func-indirect.c: New.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142214 138bc75d-0d04-0410-961f-82ee72b054a4
      25d75884
    • rguenth's avatar
      2008-11-25 Daniel Berlin <dberlin@dberlin.org> · 1cec0392
      rguenth authored
      	Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/37869
      	* tree-ssa-structalias.c (struct constraint_graph): Remove
      	pt_used and number_incoming members.
      	(build_pred_graph): Do not allocate them.
      	(condense_visit): Do not use them.
      	(label_visit): Likewise.
      	(free_var_substitution_info): Do not free them.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142213 138bc75d-0d04-0410-961f-82ee72b054a4
      1cec0392
    • jason's avatar
      PR c++/28743 · df509dce
      jason authored
              * decl2.c (check_classfn): Error rather than abort on parameter
              list mismatch.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142212 138bc75d-0d04-0410-961f-82ee72b054a4
      df509dce
    • gccadmin's avatar
      Daily bump. · a69810cc
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142210 138bc75d-0d04-0410-961f-82ee72b054a4
      a69810cc
  5. 25 Nov, 2008 2 commits
    • vmakarov's avatar
      2008-11-25 Vladimir Makarov <vmakarov@redhat.com> · ddf888a5
      vmakarov authored
      	* doc/invoke.texi (ira-max-loops-num): Change semantics.
      
      	* ira-int.h (struct ira_loop_tree_node): New member to_remove_p.
      
      	* ira-color.c (allocno_spill_priority): New function.
      	(remove_allocno_from_bucket_and_push, push_allocno_to_spill):
      	Print more info about the spilled allocno.
      	(push_allocnos_to_stack): Use allocno_spill_priority.  Add more
      	checks on bad spill.
      
      	* ira-build.c (loop_node_to_be_removed_p): Remove.
      	(loop_compare_func, mark_loops_for_removal): New functions.
      	(remove_uneccesary_loop_nodes_from_loop_t): Use member
      	to_remove_p.
      	(remove_unnecessary_allocnos): Call mark_loops_for_removal.
      
      	* ira.c (ira): Don't change flag_ira_algorithm.
      
      	* params.def (ira-max-loops-num): Change the value.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142207 138bc75d-0d04-0410-961f-82ee72b054a4
      ddf888a5
    • mkuvyrkov's avatar
      * config/m68k/m68k.md (extendsidi2, extendsidi2_mem): Merge, clean up. · f081d7b0
      mkuvyrkov authored
      	Disable unsupported alternative for ColdFire,
      	add new alternative that ColdFire can handle.
      
      	* gcc.c-torture/compile/20080929-1.c: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142205 138bc75d-0d04-0410-961f-82ee72b054a4
      f081d7b0