-
- Downloads
re PR fortran/20811 (gfortran include problem (regression from g77))
PR fortran/20811 * scanner.c (gfc_open_included_file): Add an extra include_cwd argument. Only include files in the current working directory if its value is true. * gfortran.h: Change prototype for gfc_open_included_file. (load_file): Don't search for include files in the current working directory. * options.c (gfc_post_options): Add the directory of the source file to the list of paths for included files. * module.c (gfc_use_module): Look for module files in the current directory. From-SVN: r107120
Showing
- gcc/fortran/ChangeLog 14 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/gfortran.h 1 addition, 1 deletiongcc/fortran/gfortran.h
- gcc/fortran/module.c 1 addition, 1 deletiongcc/fortran/module.c
- gcc/fortran/options.c 17 additions, 0 deletionsgcc/fortran/options.c
- gcc/fortran/scanner.c 10 additions, 6 deletionsgcc/fortran/scanner.c
Loading
Please register or sign in to comment