[Bug fortran/68560] [6 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto
mikael at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 3 14:11:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560
Mikael Morin <mikael at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikael at gcc dot gnu.org
--- Comment #4 from Mikael Morin <mikael at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #2)
> Am I correct to understand that it is intended to prevents the emission of
> the optional argument?
I think so.
> If yes, why is it not working (I lost the scent after
> that)?
I think the problem is that it's actually working. The optional arguments are
removed... When they are not present, the procedure declaration also loses
them.
More information about the Gcc-bugs
mailing list