]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/options.c
gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Fri, 17 Nov 2006 11:11:25 +0000 (12:11 +0100)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 17 Nov 2006 11:11:25 +0000 (11:11 +0000)
commit31198773e456d1a8ecabdd576fa3a9d4412cbf07
tree2eedcb4f55a3cf78d29fa8c589d673751e940362
parent9bd6112c5a2585eb58564f583ad84da87fe27d3a
gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.

* gfortran.h (gfc_add_intrinsic_modules_path,
gfc_open_intrinsic_module): New prototypes.
(gfc_add_include_path, gfc_open_included_file): Update prototypes.
* lang.opt: Add -fintrinsic-modules-path option.
* module.c (gfc_match_use): Match the Fortran 2003 form of
USE statement.
(gfc_use_module): Also handle intrinsic modules.
* scanner.c (gfc_directorylist): Add use_for_modules for field.
(intrinsic_modules_dirs): New static variable.
(add_path_to_list, gfc_add_intrinsic_modules_path): New functions.
(gfc_add_include_path): Use the new add_path_to_list helper
function.
(gfc_release_include_path): Free memory for intrinsic_modules_dirs.
(open_included_file, gfc_open_intrinsic_module): New functions.
(gfc_open_included_file): Use the new open_included_file
helper function.
* lang-specs.h: Use the new -fintrinsic-modules-path option.
* parse.c (decode_statement): Do not match the required space
after USE here.
* options.c (gfc_handle_option): Handle the new option. Use new
prototype for gfc_add_include_path.
(gfc_post_options): Use new prototype for gfc_add_include_path.

* gfortran.dg/use_1.f90: New test.
* gfortran.dg/use_1.f90: New test.
* gfortran.dg/use_1.f90: New test.

From-SVN: r118930
12 files changed:
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/lang-specs.h
gcc/fortran/lang.opt
gcc/fortran/module.c
gcc/fortran/options.c
gcc/fortran/parse.c
gcc/fortran/scanner.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/use_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/use_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/use_3.f90 [new file with mode: 0644]
This page took 0.062346 seconds and 5 git commands to generate.