1. 13 Nov, 2005 7 commits
    • 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
    • re PR middle-end/24820 (SEGV in integer_valued_real_p at gcc/builtins.c:6711) · 646c38e9
      2005-11-13  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR middle-end/24820
              * testsuite/gcc.dg/pr24820.c: New test.
      2005-11-13  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR middle-end/24820
              * builtins.c (integer_valued_real_p): Add break in
              REAL_CST having TREE_OVERFLOW set.
      
      From-SVN: r106851
      Andrew Pinski committed
    • Daily bump. · a8db974a
      From-SVN: r106847
      GCC Administrator committed
  2. 12 Nov, 2005 16 commits
  3. 11 Nov, 2005 17 commits