2013-02-14 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Feb 2013 22:13:26 +0000 (22:13 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Feb 2013 22:13:26 +0000 (22:13 +0000)
commitdb24420fa8d8b55c59886b0df97cf0a9498d83d3
treeb7448e76189c5ab9dda84e7e0e477eace20755e4
parent6975c72416c3094c70f84b4083fde122e8c3f4eb
2013-02-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/56224
* gfortran.h (gfc_add_include_path):  Add boolean argument
for warn.
* scanner.c (gfc_add_include_path):  Pass along warn argument
to add_path_to_list.
* options.c (gfc_post_options):  Add true warn argument to
gfc_add_include_path.
(gfc_handle_module_path_options):  Likewise.
(gfc_handle_option): Also gfc_add_include_path for intrinsic
modules, without warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196058 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/options.c
gcc/fortran/scanner.c