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/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory



------- Comment #14 from cvs-commit at gcc dot gnu dot org  2005-10-21 17:54 -------
Subject: Bug 15220

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     wilson@gcc.gnu.org      2005-10-21 17:54:20

Modified files:
        libcpp         : ChangeLog files.c init.c internal.h 

Log message:
        Fix bug with -MM -MG.
        PR preprocessor/15220
        * files.c (_cpp_find_file): New parameter angle_brackets.  Fix all
        callers.  Pass to open_file_failed.
        (open_file_failed): New parameter angle_brackets.  Fix all callers.
        Use in print_dep assignment.
        * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
        * internal.h (_cpp_find_file): Add new parm to declaration.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/ChangeLog.diff?cvsroot=gcc&r1=1.79&r2=1.80
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/files.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/init.c.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/internal.h.diff?cvsroot=gcc&r1=1.16&r2=1.17


-- 


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


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