1. 27 Oct, 2007 6 commits
    • re PR tree-optimization/33870 (miscompiles sqlite) · 03c4c2e0
      2007-10-27  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/33870
      	* tree-ssa-operands.c (add_vars_for_offset): Reduce code
      	duplication.  Remove redundant call to access_can_touch_variable.
      	(add_vars_for_bitmap): New helper for recursing over MPT contents.
      	(add_virtual_operand): Use it.
      
      	* gcc.dg/tree-ssa/alias-15.c: New testcase.
      	* gcc.c-torture/execute/pr33870.c: Likewise.
      
      From-SVN: r129675
      Richard Guenther committed
    • re PR fortran/33162 (INTRINSIC functions as ACTUAL argument) · 2bd1ffcd
      2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/33162
      	* gfortran.dg/argument_checking_9.f90: New test.
      
      From-SVN: r129674
      Jerry DeLisle committed
    • re PR fortran/33162 (INTRINSIC functions as ACTUAL argument) · 15ead859
      2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/33162
      	* intrinsic.h: Add prototypes for four new functions, gfc_check_datan2,
      	gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd.
      	* intrinsic.c (add_functions): Add double precision checks for dabs,
      	dacos, dacosh, dasin, dasinh, datan, datanh, datan2, dbesj0, dbesj1,
      	dbesy0, dbesy1, dcos, dcosh, ddim, derf, derfc, dexp, dgamma,
      	dlgama, dlog, dlog10, dmod, dsign, dsin, dsinh, dsqrt, dtan, and dtanh.
      	Add real check dprod.
      	* check.c (gfc_check_datan2): New function to check for double precision
      	argumants. (gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd): Ditto.
      
      From-SVN: r129673
      Jerry DeLisle committed
    • throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. · 61fcb9fb
      2007-10-26  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/throw_allocator.h (throw_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	* include/ext/pool_allocator.h (__pool_alloc<>::
      	construct<>(pointer, _Args&&...)): Likewise.
      	(construct(pointer, const _Tp&)): Cast pointer to void*. 
      	* include/ext/bitmap_allocator.h (bitmap_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* include/ext/new_allocator.h (new_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* include/ext/malloc_allocator.h (malloc_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* include/ext/array_allocator.h (array_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* include/ext/mt_allocator.h (__mt_alloc<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* testsuite/util/testsuite_allocator.h (tracker_allocator<>::
      	construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
       	(uneq_allocator<>::construct<>(pointer, _Args&&...)): Add.
      	(construct(pointer, const _Tp&)): Cast pointer to void*.
      	* testsuite/ext/mt_allocator/variadic_construct.cc: New.
      	* testsuite/ext/new_allocator/variadic_construct.cc: Likewise.
      	* testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
      	* testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise.
      	* testsuite/ext/pool_allocator/variadic_construct.cc: Likewise.
      	* testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise.
      	* testsuite/ext/array_allocator/variadic_construct.cc: Likewise.
      
      From-SVN: r129672
      Paolo Carlini committed
    • re PR fortran/31608 (wrong types in character array/scalar binop) · 00e65cfa
      	PR fortran/31608
      	* pa.h (ASM_PN_FORMAT): Delete define.
      
      From-SVN: r129671
      John David Anglin committed
    • Daily bump. · 02c99cd0
      From-SVN: r129669
      GCC Administrator committed
  2. 26 Oct, 2007 18 commits
  3. 25 Oct, 2007 16 commits