------- Additional Comments From neroden at gcc dot gnu dot org  2004-11-27 
23:18 -------
Ow.  The dependencies are emitted in open_file_failed in libcpp/files.c; but 
that routine *doesn't know* whether the file was called for in a <> or a "" 
directive. 
 
Fixing this requires some restructuring of libcpp code so that the 
dependencies are emitted in a place which does know (perhaps the same place, 
but that requires a lot of extra information passing). 

-- 


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

Reply via email to