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 pch/13218] Potential problems with PCH and includes relative to current directory


------- Additional Comments From geoffk at gcc dot gnu dot org  2003-11-30 06:12 -------
This is perfectly normal behaviour.  Conceptually, PCH operates *after* include directives are 
processed.  It would not make sense for it to operate before, since PCH requires include directives 
to determine which PCH file to use.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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