1. 15 Feb, 2005 11 commits
  2. 14 Feb, 2005 27 commits
  3. 13 Feb, 2005 2 commits
    • re PR target/19019 (GCC ldouble format incompatibility with XLC long double) · de17c25f
              PR target/19019
              * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
              {TARGET,MASK}_XL_COMPAT.
              (SUBTARGET_SWITCHES): Rename xl-call to xl-compat.  Use
              MASK_XL_COMPAT.
              * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
              * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
              TARGET_XL_COMPAT.
              (rs6000_arg_partial_bytes): Same.
              (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
              and XL compatibility enabled.
              * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
              * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
              test to final condition.
              (cmptf_internal2): New.
              * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
              xl-compat.  Add TFmode information to description.
      
      From-SVN: r94991
      David Edelsohn committed
    • re PR ada/19942 (Stage 2 compilation of ali.adb causes GNAT bug box) · 4fa0972f
      2005-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR ada/19942
              * utils.c (gnat_type_for_mode): Return null instead of ICE because we asked
              for an unknown mode.
      
      From-SVN: r94989
      Andrew Pinski committed