http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34940
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-10 19:12:52 UTC --- The large Fortran IO parameter block should actually be always coalesceable with all other IO parameter blocks in the same function (including all inlined IO), as it should be live just around each single IO and die at the end of IO block.