Re: [PATCH] Fix up .debug_macro predefines handling

2012-05-14 Thread Jason Merrill
OK. Jason

[PATCH] Fix up .debug_macro predefines handling

2012-05-14 Thread Jakub Jelinek
Hi! Apparently the http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177973 changes broke .debug_macro predefines handling, which are after that change no longer emitted into a transparent include which can be comdat optimized, as the predefines no longer have lineno 0, but usually 1. Fixed thusly