diff options
author | Jakub Jelinek <jakub@redhat.com> | 2013-01-16 17:19:32 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-01-16 17:19:32 +0100 |
commit | f34dea03005c1cddd28e8bca73dffb4b05c1aff7 (patch) | |
tree | 01ec34d353e480634b43f6d1155cad92fddf628d /gcc/fortran/lang.opt | |
parent | 8c01de7fb34ae3d5fbedc3377cf431aa34ebca64 (diff) | |
download | gcc-f34dea03005c1cddd28e8bca73dffb4b05c1aff7.zip gcc-f34dea03005c1cddd28e8bca73dffb4b05c1aff7.tar.gz gcc-f34dea03005c1cddd28e8bca73dffb4b05c1aff7.tar.bz2 |
re PR driver/55884 (FAIL: libgomp.fortran/omp_parse3.f90 -O0 (test for excess errors))
gcc/fortran/
2013-01-16 Jakub Jelinek <jakub@redhat.com>
Tobias Burnus <burnus@net-b.de>
PR driver/55884
* lang.opt (fintrinsic-modules-path): Don't accept Joined.
(fintrinsic-modules-path=): New.
* options.c (gfc_handle_option, gfc_get_option_string,
gfc_get_option_string): Handle the latter.
libgomp/
2013-01-16 Jakub Jelinek <jakub@redhat.com>
Tobias Burnus <burnus@net-b.de>
PR driver/55884
* testsuite/libgomp.fortran/fortran.exp: Use
-fintrinsic-modules-path= instead of
-fintrinsic-modules-path.
Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r195242
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 4e95220..fbe8a1b 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -422,7 +422,11 @@ Fortran RejectNegative Interpret any INTEGER(4) as an INTEGER(8) fintrinsic-modules-path -Fortran RejectNegative Joined Separate +Fortran RejectNegative Separate +Specify where to find the compiled intrinsic modules + +fintrinsic-modules-path= +Fortran RejectNegative Joined Specify where to find the compiled intrinsic modules ffixed-line-length-none |