https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Tue May 19 17:25:09 2015
New Revision: 223394
URL: https://gcc.gnu.org/viewcvs?rev=223394&root=gcc&view=rev
Log:
2015-05-19 Steven G. Kargl
PR fortran/66040
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon May 18 21:16:05 2015
New Revision: 223318
URL: https://gcc.gnu.org/viewcvs?rev=223318&root=gcc&view=rev
Log:
2015-05-18 Steven G. Kargl
PR fortran/66040
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
--- Comment #3 from Steve Kargl ---
On Wed, May 06, 2015 at 09:09:57PM +, kargl at gcc dot gnu.org wrote:
> --- Comment #2 from kargl at gcc dot gnu.org ---
> This appears to be an intentional ICE (although I'm not sure why).
> The code in qu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040
--- Comment #1 from Gerhard Steinmetz
---
There are more cases for ICEs on misplaced statements in a function. For
example :
---
real function f()
block data
end
---
real function f()
else
end
---
real function f()