------- Comment #24 from dodji at gcc dot gnu dot org  2010-05-28 15:42 -------
Created an attachment (id=20770)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20770&action=view)
First version of an updated patch

So I thought I'd post the current state of the patch I am working on.

This patch fixes some issues I noticed about the initial patch, namely:

- The crashes I have noticed while trying to bootstrap c and c++
- Some little issues here and there. Enough to pass bootstrap for C and C++. I
haven't tried bootstrapping the other FEs yet.

There are still some caveats:

* I have added an -fdebug-cpp option that (very) verbosely clutters the output
of -E. This is useful for me, for debugging purposes. I think the final patch
should have this option removed.

* There are still some regression tests that are failing because they need
updating.

* I still need to add an option to disable the macro token location tracking.

* The patch still does not handle token pasting

It's true that is still work in progress, but I'd appreciate comments
especially if you notice that I am doing something wrong.


-- 


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

Reply via email to