1. 27 Oct, 2007 15 commits
    • i386-2.C: Include bmmintrin.h. · 735da29a
              * g++.dg/other/i386-2.C: Include bmmintrin.h. Add -msse5 to dg-options.
              * gcc.target/i386/sse-13.c: Also include mm3dnow.h.  Add
              "-march=k8 -m3dnow" to check 3dnow and 3dnowA intrinsics.
              * gcc.target/i386/sse-14.c: Ditto.
      
      From-SVN: r129684
      Uros Bizjak committed
    • error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope to current_function_decl rather than 0. · d5aa2cf0
      	* error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
      	to current_function_decl rather than 0.
      
      From-SVN: r129683
      Jakub Jelinek committed
    • re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported by… · 1e3eacc7
      re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported by pp_cxx_unqualified_id)
      
      	PR c++/33844
      	* cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
      	->* rather than .*.
      	* error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.
      
      	* g++.dg/other/ptrmem8.C: New test.
      
      From-SVN: r129682
      Jakub Jelinek committed
    • re PR c++/5247 (Memory eating infinite loop on default parameter in constructor… · d02dbde6
      re PR c++/5247 (Memory eating infinite loop on default parameter in constructor which is reference to class)
      
              PR c++/5247
              * call.c (convert_default_arg): Detect recursion.
      
      From-SVN: r129681
      Jason Merrill committed
    • re PR fortran/33862 (Support .FTN file extension for Fortran fixed-format source files) · 1200489c
      2007-10-27  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/33862
              * lang-specs.h: Support .ftn and .FTN extension, use CPP for .FOR.
              * options.c (form_from_filename): Support .ftn extension.
              * gfortran.texi: Document support of .for and .ftn file extension.
      
      From-SVN: r129680
      Tobias Burnus committed
    • mk-kinds-h.sh: Change LANG=C to LC_ALL=C. · 094817b0
      2007-10-27  Tobias Burnus  <burnus@net-b.de>
      
             * mk-kinds-h.sh: Change LANG=C to LC_ALL=C.
      
      From-SVN: r129679
      Tobias Burnus committed
    • stl_algobase.h (struct __miter_base): Add. · f0112db9
      2007-10-27  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/stl_algobase.h (struct __miter_base): Add.
      	(__copy_move_a2, __copy_move_backward_a2): Add.
      	(copy, copy_backward, move, move_backward): Adjust, call *a2 helpers.
      	* include/bits/cpp_type_traits.h (struct __is_move_iterator): Add.
      	* include/bits/streambuf_iterator.h (__copy_move_a<>): Rename
      	to __copy_move_a2.
      	* include/std/streambuf (friend __copy_move_a<>): Likewise.
      	* testsuite/25_algorithms/copy/move_iterators/1.cc: New.
      	* testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise.
      
      	* include/bits/stl_iterator.h (__normal_iterator<>::_Iterator_type):
      	Rename to iterator_type.
      
      From-SVN: r129678
      Paolo Carlini committed
    • re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr) · 094a5fe2
      	PR c++/33842
      	* cxx-pretty-print.h (pp_cxx_offsetof_expression): New prototype.
      	* cxx-pretty-print.c (pp_cxx_primary_expression): Handle
      	OFFSETOF_EXPR.
      	(pp_cxx_offsetof_expression_1, pp_cxx_offsetof_expression): New
      	functions.
      	* error.c (dump_expr): Handle OFFSETOF_EXPR.
      
      	* g++.dg/template/error34.C: New test.
      
      From-SVN: r129677
      Jakub Jelinek committed
    • ivopts-1.C: Also search for "offset: 4294967292". · d449b458
              * g++.dg/tree-ssa/ivopts-1.C: Also search for "offset: 4294967292".
      
      From-SVN: r129676
      Uros Bizjak committed
    • 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 7 commits