This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, Fortran] Fix displayed filename with -cpp (PR 36342)


Tobias Burnus wrote:
Currently, gfortran shows for -cpp processed files the name of the
libcpp-generated files, e.g. /tmp/ccIl84Yu.f90.

This is a 4.4 regression caused by using libcpp.

This patch solves this by distinguishing between a displayed filename
and the true filename.

Build and regtested on x86-64-linux.
OK for the trunk?

Tobias

OK, thanks for patch!

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]