1. 30 Sep, 2007 6 commits
  2. 29 Sep, 2007 6 commits
  3. 28 Sep, 2007 22 commits
  4. 27 Sep, 2007 6 commits
    • arith.c (reduce_binary_aa): Fix capitalization. · 7e49f965
      fortran/
      * arith.c (reduce_binary_aa): Fix capitalization.
      * check.c (gfc_check_dot_product): Likewise.
      (gfc_check_matmul): Likewise.
      * expr.c (gfc_check_conformance): Likewise.
      (gfc_check_assign): Likewise.
      (gfc_default_initializer): Simplify logic.
      * trans.c (gfc_msg_bounds): Make const.
      (gfc_msg_fault): Likewise.
      (gfc_msg_wrong_return): Likewise.
      * trans.h: Add const to corresponding extern declarations.
      testsuite/
      * gfortran.dg/array_initializer_3.f90: Adapt error annotations for
      fixed capitalizations.
      * gfortran.dg/compliant_elemental_intrinsics_1.f90: Likewise.
      * gfortran.dg/compliant_elemental_intrinsics_2.f90: Likewise.
      * gfortran.dg/elemental_subroutine_4.f90: Likewise.
      * gfortran.dg/intrinsic_argument_conformance_1.f90: Likewise.
      * gfortran.dg/maxloc_shape_1.f90: Likewise.
      * gfortran.dg/maxval_maxloc_conformance_1.f90: Likewise.
      * gfortran.dg/min_max_conformance.f90: Likewise.
      
      From-SVN: r128849
      Tobias Schlüter committed
    • mips.h (PTF_AVOID_BRANCHLIKELY): New macro. · 0da4c1ea
      gcc/
      	* config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): New macro.
      	(mips_cpu_info): Add tune_flags.
      	(GENERATE_BRANCHLIKELY): Remove TARGET_SR71K check.
      	* config/mips/mips.c (mips_cpu_info_table): Add tune_flags fields.
      	Remove end marker.
      	(override_options): Remove deprecation code.  Use branch-likely
      	instructions for optimize_size or if the tuning flags do not
      	suggest otherwise.  Tweak warning.
      	(mips_matching_cpu_name_p, mips_parse_cpu): Use ARRAY_SIZE.
      
      From-SVN: r128848
      Richard Sandiford committed
    • c99-tgmath-1.c: Require c99_runtime and add the associated options. · da2ce74a
      gcc/testsuite/
      	* gcc.dg/c99-tgmath-1.c: Require c99_runtime and add the associated
      	options.
      	* gcc.dg/c99-tgmath-2.c: Likewise.
      	* gcc.dg/c99-tgmath-3.c: Likewise.
      	* gcc.dg/c99-tgmath-4.c: Likewise.
      
      From-SVN: r128847
      Richard Sandiford committed
    • Fix speling error in previous commit: · b91bd851
              * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
              multilib osdirname if it exists.
              * config/rs6000/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
      
      From-SVN: r128846
      Matthias Klose committed
    • t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the multilib osdirname if it exists. · c1bb79f4
      2007-09-27  Matthias Klose  <doko@ubuntu.com>
      
              * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
              multilib osdirname if it exists.
              * config/rs6000/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
      
      From-SVN: r128845
      Matthias Klose committed
    • decl2.c (is_late_template_attribute): Don't crash on unknown attribute. · 533007c1
              * decl2.c (is_late_template_attribute): Don't crash on unknown
              attribute.
      
      From-SVN: r128844
      Jason Merrill committed