1. 26 Nov, 2008 9 commits
    • 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
    • re PR c++/28743 (ICE with invalid specialization) · 1dbc1ae7
              PR c++/28743
              * decl2.c (check_classfn): Error rather than abort on parameter
              list mismatch.
      
      From-SVN: r142212
      Jason Merrill committed
    • Daily bump. · 9feafad0
      From-SVN: r142210
      GCC Administrator committed
  2. 25 Nov, 2008 15 commits
  3. 24 Nov, 2008 16 commits