[Bug fortran/68151] ICE on using select case with function of wrong type

2015-11-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68151 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Nov 8 17:43:29 2015 New Revision: 229957 URL: https://gcc.gnu.org/viewcvs?rev=229957=gcc=rev Log: 2015-11-08 Steven G. Kargl PR

[Bug fortran/68151] ICE on using select case with function of wrong type

2015-11-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68151 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/68151] ICE on using select case with function of wrong type

2015-11-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68151 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Nov 7 20:04:43 2015 New Revision: 229938 URL: https://gcc.gnu.org/viewcvs?rev=229938=gcc=rev Log: 2015-11-07 Steven G. Kargl PR

[Bug fortran/68151] ICE on using select case with function of wrong type

2015-11-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68151 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug fortran/68151] ICE on using select case with function of wrong type

2015-10-29 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68151 --- Comment #1 from Gerhard Steinmetz --- Or depending on used compiler options : $ cat z3.f90 program p real :: z integer :: k = 1 select case (k) case (:huge(z)) end select end $

[Bug fortran/68151] ICE on using select case with function of wrong type

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