1. 31 Oct, 2006 4 commits
    • i386.md (asindf2, [...]): Conditionalize expansion on !optimize_size. · 1d08f955
      2006-10-31  Richard Guenther  <rguenther@suse.de>
      
      	* config/i386/i386.md (asindf2, asinsf2, asinxf2, acosdf2,
      	acossf2, acosxf2, log1psf2, log1pdf2, log1pxf2, ilogbsi2,
      	expsf2, expdf2, expxf2, exp10sf2, exp10df2, exp10xf2,
      	exp2sf2, exp2df2, exp2xf2, expm1df2, expm1sf2, expm1xf2,
      	ldexpdf3, ldexpsf3, ldexpxf3, rintxf2, rintdf2, rintsf2,
      	lround<mode>di2, lround<mode>si2, floorxf2, floordf2, floorsf2,
      	lfloor<mode>di2, lfloor<mode>si2, ceilxf2, ceildf2, ceilsf2,
      	btruncxf2, btruncdf2, btruncsf2): Conditionalize expansion on
      	!optimize_size.
      
      From-SVN: r118221
      Richard Guenther committed
    • re PR fortran/29387 (ICE on character array function of variable length) · dd5797cc
      2006-10-31  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/29387
      	* trans-intrinsic.c (gfc_conv_intrinsic_len): Rearrange to have
      	a specific case for EXPR_VARIABLE and, in default, build an ss
      	to call gfc_conv_expr_descriptor for array expressions..
      
      	PR fortran/29490
      	* trans-expr.c (gfc_set_interface_mapping_bounds): In the case
      	that GFC_TYPE_ARRAY_LBOUND is not available, use descriptor
      	values for it and GFC_TYPE_ARRAY_UBOUND.
      
      	PR fortran/29641
      	* trans-types.c (gfc_get_derived_type): If the derived type
      	namespace has neither a parent nor a proc_name, set NULL for
      	the search namespace.
      
      
      2006-10-31  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/29387
      	* gfortran.dg/intrinsic_actual_2.f90: New test.
      
      	PR fortran/29490
      	* gfortran.dg/actual_array_interface_1.f90: New test.
      
      	PR fortran/29641
      	* gfortran.dg/used_types_11.f90: New test.
      
      From-SVN: r118220
      Paul Thomas committed
    • * opts.c (decode_options): Disable CSE skip blocks. · e5c18c3c
      From-SVN: r118219
      Steven Bosscher committed
    • Daily bump. · e4a6b835
      From-SVN: r118215
      GCC Administrator committed
  2. 30 Oct, 2006 30 commits
  3. 29 Oct, 2006 6 commits