1. 15 Nov, 2005 13 commits
  2. 14 Nov, 2005 17 commits
  3. 13 Nov, 2005 10 commits
    • pa.c (store_reg): Revise generation of frame notes in large frames. · 5dcc9605
      	* pa.c (store_reg): Revise generation of frame notes in large frames.
      	(set_reg_plus_d): Likewise.
      
      From-SVN: r106867
      John David Anglin committed
    • re PR tree-optimization/24709 (4.1.0 HEAD crashes with enable-checking on huge switch statement) · e84d8064
      
      	PR tree-optimization/24709
      	* tree-ssa-operands.c (verify_imm_links): Increase limit for infinite
      	loop check.
      
      From-SVN: r106865
      Andrew MacLeod committed
    • [multiple changes] · 81daf4ba
      2005-11-13  Jonathan Wakely  <redi@gcc.gnu.org>
      
      	* include/tr1/boost_shared_ptr.h (get_deleter):
      	Declare before shared_ptr.
      	(shared_ptr<>): Declare get_deleter as friend.
      	(shared_ptr<>:_M_get_deleter): Private.
      
      2005-11-13  Douglas Gregor  <doug.gregor@gmail.com>
      
      	PR libstdc++/24818
              * include/tr1/ref_wrap_iterate.h
              (reference_wrapper::operator()()): Don't dereferene the result of
              get() before calling it; it's already a reference.
              * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
              Test nullary calls to reference_wrappers.
      
      From-SVN: r106863
      Paolo Carlini committed
    • [multiple changes] · 3270a66b
      2005-11-13  Jonathan Wakely  <redi@gcc.gnu.org>
      
      	* include/tr1/boost_shared_ptr.h (get_deleter):
      	Declare before shared_ptr.
      	(shared_ptr<>): Declare get_deleter as friend.
      	(shared_ptr<>:_M_get_deleter): Private.
      
      2005-11-13  Douglas Gregor  <doug.gregor@gmail.com>
      
      	PR libstdc++/24818
              * include/tr1/ref_wrap_iterate.h
              (reference_wrapper::operator()()): Don't dereferene the result of
              get() before calling it; it's already a reference.
              * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
              Test nullary calls to reference_wrappers.
      
      From-SVN: r106862
      Paolo Carlini committed
    • gthr-posix95.h: Remove declaration of pthread_mutexattr_settype and duplicate declaration of... · 7a9018e4
      	* gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
      	and duplicate declaration of pthread_self.
      
      From-SVN: r106861
      Eric Botcazou committed
    • re PR middle-end/24003 (17 ACATS regressions (fixed point or decimal artihmetic)) · 51caaefe
      	PR middle-end/24003
      	* calls.c (expand_call): If TARGET is a MEM and some part of the
      	argument area has been saved, force TARGET to a register.
      
      
      Co-Authored-By: Ian Lance Taylor <ian@airs.com>
      
      From-SVN: r106860
      Eric Botcazou committed
    • fget.c: New file. · 5d723e54
      	* intrinsics/fget.c: New file.
      	* intrinsics/ftell.c: New file.
      	* io/unix.c (stream_offset): New function.
      	* io/io.h: Add prototype for stream_offset.
      	* Makefile.am: Add intrinsics/fget.c and intrinsics/ftell.c.
      	* Makefile.in: Regenerate.
      
      	* intrinsic.c (add_functions): Add COMPLEX, FTELL, FGETC, FGET,
      	FPUTC, FPUT, AND, XOR and OR intrinsic functions.
      	(add_subroutines): Add FGETC, FGET, FPUTC, FPUT and FTELL intrinsic
      	subroutines.
      	* gfortran.h: Add GFC_ISYM_AND, GFC_ISYM_COMPLEX, GFC_ISYM_FGET,
      	GFC_ISYM_FGETC, GFC_ISYM_FPUT, GFC_ISYM_FPUTC, GFC_ISYM_FTELL,
      	GFC_ISYM_OR, GFC_ISYM_XOR.
      	* iresolve.c (gfc_resolve_and, gfc_resolve_complex,
      	gfc_resolve_or, gfc_resolve_fgetc, gfc_resolve_fget,
      	gfc_resolve_fputc, gfc_resolve_fput, gfc_resolve_ftell,
      	gfc_resolve_xor, gfc_resolve_fgetc_sub, gfc_resolve_fget_sub,
      	gfc_resolve_fputc_sub, gfc_resolve_fput_sub, gfc_resolve_ftell_sub):
      	New functions.
      	* check.c (gfc_check_complex, gfc_check_fgetputc_sub,
      	gfc_check_fgetputc, gfc_check_fgetput_sub, gfc_check_fgetput,
      	gfc_check_ftell, gfc_check_ftell_sub, gfc_check_and): New functions.
      	* simplify.c (gfc_simplify_and, gfc_simplify_complex, gfc_simplify_or,
      	gfc_simplify_xor): New functions.
      	* trans-intrinsic.c (gfc_conv_intrinsic_function): Add cases for
      	GFC_ISYM_AND, GFC_ISYM_COMPLEX, GFC_ISYM_FGET, GFC_ISYM_FGETC,
      	GFC_ISYM_FPUT, GFC_ISYM_FPUTC, GFC_ISYM_FTELL, GFC_ISYM_OR and
      	GFC_ISYM_XOR.
      	* intrinsic.h: Add prototypes for all functions added to iresolve.c,
      	simplify.c and check.c.
      
      	* gfortran.dg/complex_intrinsic_1.f90: New test.
      	* gfortran.dg/complex_intrinsic_2.f90: New test.
      	* gfortran.dg/fgetc_1.f90: New test.
      	* gfortran.dg/fgetc_2.f90: New test.
      	* gfortran.dg/fgetc_3.f90: New test.
      	* gfortran.dg/ftell_1.f90: New test.
      	* gfortran.dg/ftell_2.f90: New test.
      	* gfortran.dg/gnu_logical_1.F: New test.
      	* gfortran.dg/gnu_logical_2.f90: New test.
      
      From-SVN: r106859
      Francois-Xavier Coudert committed
    • ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type checking. · a8bd670c
      2005-11-13  Razya Ladelsky <razya@il.ibm.com>
      
              * ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type
              checking.
      
      From-SVN: r106858
      Razya Ladelsky committed
    • check.tpl: Handle CVS additionally. · 42068fd9
              * check.tpl: Handle CVS additionally.
      
      From-SVN: r106855
      Andreas Jaeger committed
    • re PR c++/22489 (ICE in dwarf2out_finish with using namespace in a local class… · d3e4cd01
      re PR c++/22489 (ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors)
      
              PR c++/22489
              * dwarf2out.c (gen_subprogram_die): Force a declaration die for
              lazily declared methods.
              (force_decl_die): Stop if forcing out the context already make a
              DIE for the decl.
              (force_type_die): Likewise.
      
      From-SVN: r106853
      Jason Merrill committed