Expanding and debugging macros

Alexander Monakov amonakov@ispras.ru
Sat Jun 27 11:47:21 GMT 2020


On Sat, 27 Jun 2020, Jeffrey Walton via Gcc-help wrote:

> Is there a way to achieve this using GCC without changing the source files?

Did you inspect the preprocessed file? It still has line directives pointing
to the original source. You'll need to remove them.

Alexander


More information about the Gcc-help mailing list