This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa-cvs corrupt
Zack Weinberg <zack@codesourcery.com> writes:
| Neil Booth <neil@daikokuya.co.uk> writes:
|
| > Zack Weinberg wrote:-
| >> The trouble is that #error causes cpplib's parse_in.errors to be
| >> bumped, but that doesn't propagate back to errorcount until
| >> cpp_finish() is called, from c_common_finish.
| >
| > Merge the diagnostic handlers.
|
| A good idea, but I'm beginning to worry about cpplib ceasing to be
| useful as a standalone library.
Not just because cpplib uses diagnostic.[ch] means it would cease being
a standalone library. Improvement may be applied to both sides.
-- Gaby