diff options
author | Tobias Burnus <burnus@net-b.de> | 2012-02-17 11:51:10 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-02-17 11:51:10 +0100 |
commit | 0c133211da84ca416cbb02d4a48b1597e6db8077 (patch) | |
tree | ad8fdc2ad0d9a5e02c6d98ba0db7ba2dcc281920 /gcc/fortran/lang.opt | |
parent | 459e2649e4257c56662f5c232d49fdeef5f7bc3b (diff) | |
download | gcc-0c133211da84ca416cbb02d4a48b1597e6db8077.zip gcc-0c133211da84ca416cbb02d4a48b1597e6db8077.tar.gz gcc-0c133211da84ca416cbb02d4a48b1597e6db8077.tar.bz2 |
re PR translation/52232 (translatable string typos: "conindexed" (should be "coindexed"))
2012-02-17 Tobias Burnus <burnus@net-b.de>
Roland Stigge <stigge@antcom.de>
PR translation/52232
PR translation/52234
PR translation/52245
PR translation/52246
PR translation/52262
PR translation/52273
* io.c (gfc_match_open): Fix typo.
* interface.c (compare_actual_formal): Ditto.
* lang.opt (freal-4-real-8, freal-4-real-16, freal-8-real-16):
* Ditto.
* match.c (alloc_opt_list, gfc_match_nullify): Ditto.
* check.c (gfc_check_associated, gfc_check_null): Ditto.
2012-02-17 Tobias Burnus <burnus@net-b.de>
PR translation/52232
PR translation/52234
PR translation/52245
PR translation/52246
PR translation/52262
PR translation/52273
* gfortran.dg/coarray_22.f90: Update dg-error.
* gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
Co-Authored-By: Roland Stigge <stigge@antcom.de>
From-SVN: r184331
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index c27b58e..56c589c 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -500,7 +500,7 @@ Enable range checking during compilation freal-4-real-8 Fortran RejectNegative -Interpret any REAl(4) as a REAL(8) +Interpret any REAL(4) as a REAL(8) freal-4-real-10 Fortran RejectNegative @@ -508,7 +508,7 @@ Interpret any REAL(4) as a REAL(10) freal-4-real-16 Fortran RejectNegative -Interpret any REAL(4) as a REAl(16) +Interpret any REAL(4) as a REAL(16) freal-8-real-4 Fortran RejectNegative @@ -520,7 +520,7 @@ Interpret any REAL(8) as a REAL(10) freal-8-real-16 Fortran RejectNegative -Interpret any REAL(8) as a REAl(16) +Interpret any REAL(8) as a REAL(16) frealloc-lhs Fortran |