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/13726] [3.3/3.4/4.0 regression]cpp -C -dI loses comments on same line as #include directives


------- Additional Comments From neroden at gcc dot gnu dot org  2004-11-27 02:39 -------
libcpp turns off save_comments in start_directive, near the start of 
_cpp_handle_directive (all in directives.c).  This is arguably mistaken, but 
there's probably a reason for it, so I'm loathe to just remove it 
unconditionally.  :-P 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0 3.4.0                   |4.0.0 3.4.0


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


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