[Bug preprocessor/51303] -Wmissing-include-dirs warnings reported as [enabled by default]

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 19 22:52:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51303

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Author: manu
Date: Tue Aug 19 22:52:02 2014
New Revision: 214201

URL: https://gcc.gnu.org/viewcvs?rev=214201&root=gcc&view=rev
Log:
gcc/ChangeLog:

2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

    PR preprocessor/51303
    * incpath.c (remove_duplicates): Use cpp_warning.

gcc/c-family/ChangeLog:

2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

    PR preprocessor/51303
    * c-common.c (struct reason_option_codes_t option_codes):
    Add CPP_W_MISSING_INCLUDE_DIRS. Sort alphabetically.

gcc/testsuite/ChangeLog:

2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

    PR preprocessor/51303
    * gcc.dg/cpp/Wmissingdirs.c: Test for the warning option.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/incpath.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/cpp/Wmissingdirs.c


More information about the Gcc-bugs mailing list