https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77488
Piotr Henryk Dabrowski <phd at phd dot re> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phd at phd dot re --- Comment #6 from Piotr Henryk Dabrowski <phd at phd dot re> --- You can use: #line 2 "FileName.cpp" at the very top (!) of all your files to change the content of __FILE__. This also affects compiler messages.