[RFC] PR libfortran/34669
FX Coudert
fxcoudert@gmail.com
Mon Jan 7 00:23:00 GMT 2008
> For this bug report, the problem is that gfortran sends the output of
> -fdump-parse-tree to the assembler when compiling with -pipe. In the
> case of the bug report, this breaks mk-kinds-h.sh and other
> libgfortran configuration scripts.
I'd go for the -S option (fixing mk-kinds-h.sh), as I don't like
using stderr too much. But maybe the right way of doing it would be
to create a file suffixed with .parse-tree (ie, create a.f90.parse-
tree when compiling a.f90), similarly to what is done for dumping
middle-end trees?
Thanks for taking care of this, Steven !
FX
More information about the Fortran
mailing list