[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-10-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-10-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #9 from Dominique d'Humieres --- > Yes I would object to closing it. > This issue has a large impact on significant bodies of legacy code > in our institute. Common! How many of such errors do you see now? > I understand that you wi

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-10-02 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #8 from Jos de Kloe --- Yes I would object to closing it. This issue has a large impact on significant bodies of legacy code in our institute. I understand that you wish to enforce "standards", but removing a "Non-standard extension"

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-10-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #7 from Dominique d'Humieres --- Any objection to close this PR as WONTFIX?

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-15 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #6 from Jos de Kloe --- Thanks for your test results and views on this matter. > (1) PARAMETER has a very precise definition in Fortran and AFAICT this > definition (named constants) does not match your use in the above quotation. >

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #4 from Dominique d'Humieres --- The change in behavior is likely due to revision r238904 (pr71730). Note that compiling the first test in comment 0 with -std=f95 before this revision gives % /opt/gcc/gcc7p-238848p2/bin/gfortran pr

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-11 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3 from

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-10 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #2 from Jos de Kloe --- (In reply to Dominique d'Humieres from comment #1) > Why do you think this a bug in gfortran? > > The code compiles if you remove 'implicit none'. With it you have to define > 'keylen' before using it, as in y

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|