On 6/1/20 1:49 PM, Thomas Koenig via Gcc wrote:
Hi,
I just noticed that the convention for dump file names appears
to have changed. Previously, "gfortran -fdump-tree-original hello.f90"
resulted in the file hello.f90.004t.original being generated, now
it is a-hello.f90.004t.original .
I assume this is intentional. Does the letter prefix stand for
anything, and will it always be "a", or could it also be some
other letter? I could not find any documentation on this.
It's the same problem I face with gcov:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95365
Is it really an intentional change?
Martin
Regards
Thomas