1. 21 Jul, 2013 8 commits
    • class.c: Fix typos. · cad10e05
      2013-07-21   Ondřej Bílka  <neleai@seznam.cz>
      
      	* class.c: Fix typos.
      	* encoding.c: Likewise.
      	* init.c: Likewise.
      	* objc-private/runtime.h: Likewise.
      	* objc/runtime.h: Likewise.
      	* objc-sync.c: Likewise.
      
      From-SVN: r201097
      Ondřej Bílka committed
    • Fix some typos. · 587ae1e3
      2013-07-21   Ondřej Bílka  <neleai@seznam.cz>
      
      	* objc-act.c: Fix typos.
      	* objc-encoding.c: Likewise.
      	* objc-gnu-runtime-abi-01.c: Likewise.
      	* objc-next-runtime-abi-01.c: Likewise.
      	* objc-next-runtime-abi-02.c: Likewise.
      
      From-SVN: r201096
      Ondřej Bílka committed
    • re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) · 5b70b3e4
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/35862
              * config/fpu-387.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): Add missing _ to fix build.
      
      From-SVN: r201095
      Tobias Burnus committed
    • re PR fortran/56937 (Unnecessarily temporary with array-vector assignments) · 94b15070
      2013-07-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/56937
      	* dependency.c (gfc_dep_resolver):  Treat identical
      	array subscripts as identical; don't unconditionally
      	return a dependency if an array subscript is found.
      
      2013-07-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/56937
      	* gfortran.dg/dependency_42.f90:  New test.
      	* gfortran.dg/dependency_43.f90:  New test.
      
      From-SVN: r201094
      Thomas Koenig committed
    • re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) · 82a4f54c
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/35862
              * libgfortran.h (GFC_FPE_DOWNWARD, GFC_FPE_TONEAREST,
              GFC_FPE_TOWARDZERO, GFC_FPE_UPWARD): New defines.
      
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/35862
              * libgfortran.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): New prototypes.
              * config/fpu-387.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): New functions.
              * config/fpu-aix.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): Ditto.
              * config/fpu-generic.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): Ditto.
              * config/fpu-glibc.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): Ditto.
              * config/fpu-sysv.h (set_fpu_rounding_mode,
              get_fpu_rounding_mode): Ditto.
              * configure.ac: Check for fp_rnd and fp_rnd_t.
              * io/io.h (enum unit_round): Use GFC_FPE_* for the value.
              * io/read.c (convert_real): Set FP ronding mode.
              * Makefile.in: Regenerate.
              * aclocal.m4: Regenerate.
              * config.h.in: Regenerate.
              * configure: Regenerate.
      
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/35862
              * gfortran.dg/round_4.f90: New.
      
      
      Co-Authored-By: Uros Bizjak <ubizjak@gmail.com>
      
      From-SVN: r201093
      Tobias Burnus committed
    • re PR fortran/57894 (min/max required actual argument missing) · 3b833dcd
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/57894
              * check.c (min_max_args): Add keyword= check.
      
      2013-07-21  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/57894
              * gfortran.dg/min_max_conformance_2.f90: New.
      
      From-SVN: r201092
      Tobias Burnus committed
    • re PR preprocessor/57620 (Phantom terminator confuses raw string literal parsing.) · 8cf88735
      	PR preprocessor/57620
      	* lex.c (lex_raw_string): Undo phase1 and phase2 transformations
      	between R" and final " rather than only in between R"del( and )del".
      
      	* c-c++-common/raw-string-2.c (s12, u12, U12, L12): Remove.
      	(main): Don't test {s,u,U,L}12.
      	* c-c++-common/raw-string-13.c: New test.
      	* c-c++-common/raw-string-14.c: New test.
      	* c-c++-common/raw-string-15.c: New test.
      	* c-c++-common/raw-string-16.c: New test.
      
      From-SVN: r201091
      Jakub Jelinek committed
    • Daily bump. · a1d6f2a2
      From-SVN: r201090
      GCC Administrator committed
  2. 20 Jul, 2013 8 commits
  3. 19 Jul, 2013 13 commits
  4. 18 Jul, 2013 11 commits