-fdump-tree-original problem
Jerry DeLisle
jvdelisle@verizon.net
Sat Nov 26 20:53:00 GMT 2005
With the following program:
program junk
implicit none
integer :: i1, i2
read(5,'(i9,i9)') i1,i2
write(6,*) i1,i2
end
Using -fdump-tree-original, the stucture statements are coming out as follows
struct __st_parameter_dtquireY^b dt_parm.0;
FX is not getting this. I did a clean svn update, checked svn status on the
whole trunk, used an empty build directory, bootstrapped, regression tested and
installed in an empty directory.
The Y and backspace are extraneous characters showing up. It does not seem to
affect compiler preformance so maybe its a problem in the dump routine.
Should I submit a PR?
Jerry
More information about the Fortran
mailing list