This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

             Bug #: 51303
           Summary: -Wmissing-include-dirs warnings reported as [enabled
                    by default]
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: kirill@shutemov.name


$ cpp -I/some/dir < /dev/null > /dev/null
$ cpp -I/some/dir -Wmissing-include-dirs < /dev/null > /dev/null
cc1: warning: /some/dir: No such file or directory [enabled by default]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]