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.