This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] Fix PR14067
Bud Davis wrote:
tobi, i say give it ten minutes of thinking and then commit the fix.
the ICE is the real problem, the warning is extra. g77 just silently
truncates....
{ maybe if i want a warning i should get to work on it :) }
As Paul pointed out and I checked myself, this is indeed valid code and
truncation is the expected behavior.
I committed the patch with the comment update Paul requested, and will
change the bug to enhancement request, assigned to Bud Davis :-)
- Tobi