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