[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2016-10-05 Thread lkrupp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 lkrupp at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2016-10-05 Thread lkrupp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 --- Comment #5 from lkrupp at gcc dot gnu.org --- Author: lkrupp Date: Wed Oct 5 18:00:30 2016 New Revision: 240797 URL: https://gcc.gnu.org/viewcvs?rev=240797=gcc=rev Log: 2016-10-05 Louis Krupp PR

[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2016-01-25 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 --- Comment #4 from Gerhard Steinmetz --- With a recent version the message is now : $ gfortran-6 --version GNU Fortran (SUSE Linux) 6.0.0 20160121 (experimental) [trunk revision 232670] $ gfortran-6 -c

[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2015-09-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2015-09-09 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 --- Comment #2 from Gerhard Steinmetz --- There is no problem when implicit character(8) (a-z) is changed to one of implicit none implicit integer (a-z) implicit logical (a-z) implicit

[Bug fortran/67524] ICE on using implicit character instead of implicit none etc.

2015-09-09 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67524 --- Comment #1 from Gerhard Steinmetz --- Here, all variables are declared explicitly, but using "implicit character" ... $ cat z1_imchfe.f90 module m implicit character(8) (a-z) contains function