1. 30 Nov, 2008 1 commit
  2. 29 Nov, 2008 13 commits
  3. 28 Nov, 2008 7 commits
  4. 27 Nov, 2008 9 commits
  5. 26 Nov, 2008 10 commits
    • re PR testsuite/28870 (configuring, over-riding timeout values in testsuite) · 32ab0ba4
      	PR testsuite/28870
      	* lib/objc.exp (objc_target_compile): Fix typo from previous change.
      	* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
      
      From-SVN: r142230
      Janis Johnson committed
    • mips.md (clear_hazard): Rename to clear_hazard_<mode>. · 6411cd38
      	* config/mips/mips.md (clear_hazard): Rename to
      	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.
      
      From-SVN: r142229
      Adam Nemet committed
    • configure.ac: Test m32c-elf-gas for .loc. · 15a43677
      * configure.ac: Test m32c-elf-gas for .loc.
      * configure: Likewise.
      
      From-SVN: r142228
      DJ Delorie committed
    • re PR testsuite/28870 (configuring, over-riding timeout values in testsuite) · d4038ca2
      gcc/
      	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.
      
      From-SVN: r142225
      Janis Johnson committed
    • sync.md (memory_barrier_nosse): Disable also for TARGET_64BIT. · 13fd8947
      	* config/i386/sync.md (memory_barrier_nosse): Disable also for
      	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.
      
      From-SVN: r142224
      Uros Bizjak committed
    • re PR middle-end/37843 (unaligned stack in main due to tail call optimization) · 10b923de
      2008-11-26  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37843
      	* gcc.target/i386/pr37843-1.c: Make it Linux only.
      	* gcc.target/i386/pr37843-2.c: Likewise.
      
      From-SVN: r142222
      H.J. Lu committed
    • floatuntisf.c (__floatuntisf): Correct function name from __floatundisf. · 39dfdd20
              * config/soft-fp/floatuntisf.c (__floatuntisf): Correct
              function name from __floatundisf.
              * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
              DFtype.
      
      From-SVN: r142218
      Fredrik Unger committed
    • calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function... · 5d059ed9
      2008-11-26  Kai Tietz  <kai.tietz@onevision.com>
      
              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.
      
      From-SVN: r142215
      Kai Tietz committed
    • func-indirect.c: New. · 89d92678
      2008-11-26  Kai Tietz  <kai.tietz@onevision.com>
      
              * gcc.dg/callabi/func-indirect.c: New.
      
      From-SVN: r142214
      Kai Tietz committed
    • re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables) · 3dc21182
      2008-11-25  Daniel Berlin  <dberlin@dberlin.org>
      	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.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r142213
      Daniel Berlin committed