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 c++/17964] [4.0/4.1 Regression] cpp error messages contain wrong line in C++



------- Comment #7 from mmitchel at gcc dot gnu dot org  2005-10-31 00:40 -------
Leaving as P2; indeed, this is something we should fix.

Overall, the Weinberg/Austern patch to improve compilation speed by reading in
all the tokens upfront has indeed caused several diagnostic issues, all
relating to the fact that we rely on cpplib to tell us about our current
location, and that's no longer possible.  We need to explore whether there's a
good way to recover that information, having pre-scanned the file.


-- 


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


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