aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/lang.opt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-01-16 17:19:32 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2013-01-16 17:19:32 +0100
commitf34dea03005c1cddd28e8bca73dffb4b05c1aff7 (patch)
tree01ec34d353e480634b43f6d1155cad92fddf628d /gcc/fortran/lang.opt
parent8c01de7fb34ae3d5fbedc3377cf431aa34ebca64 (diff)
downloadgcc-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.opt6
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