[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2019-01-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 Dominique d'Humieres changed: What|Removed |Added CC||gerhard.steinmetz.fortran@t

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2016-04-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 --- Comment #4 from Dominique d'Humieres --- See also pr28397.

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2014-03-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2014-03-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr --- (In reply to comment #1) Adding to my list Do you mean that you assign this PR to you?

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2011-01-17 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27436 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/27436] gfortran: Abort compiling if there are insufficient data descriptors in format after reversion

2006-05-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-05-05 07:10 --- (In reply to comment #0) Currently, gfortran only detects that the IO format descriptor contains insufficient data at run time. It would be great (though of low priority) if it would find them at compile time.