[libgomp / Fortran, Patch] PR55884 - Add -fintrinsic-module-path= and use it

Mikael Morin mikael.morin@sfr.fr
Fri Jan 11 17:37:00 GMT 2013


Le 07/01/2013 16:07, Tobias Burnus a écrit :
> diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c
> index e05b935..0e0a71d 100644
> --- a/gcc/fortran/options.c
> +++ b/gcc/fortran/options.c
> @@ -845,6 +845,7 @@ gfc_handle_option (size_t scode, const char *arg, int value,
>        break;
>
>      case OPT_fintrinsic_modules_path:
> +    case OPT_fintrinsic_modules_path_:
>        gfc_add_intrinsic_modules_path (arg);
>        break;
>

There are two other uses of OPT_fintrinsic_modules_path, needing the 
same fix.

 > Build and regtested on x86-64-gnu-linux.
 > OK for the trunk?
 >
OK with the change above.

Mikael



More information about the Gcc-patches mailing list