http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44345
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44345
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
Kn
--- Comment #3 from kargl at gcc dot gnu dot org 2010-05-31 22:20 ---
Interestingly, if one does not use implicit type, one finds that
the following compiles:
integer, pointer :: p
integer, target :: q
q(i)=i
p=>q(110)
print *,p
end
and
inte
--- Comment #2 from zeccav at gmail dot com 2010-05-31 18:37 ---
Subject: Re: ICE in fold_convert_loc
In that case gfortran should emit an error message, but it should not crash.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44345
--- Comment #1 from mikael at gcc dot gnu dot org 2010-05-31 16:59 ---
I think the code is invalid as it violates :
C554 An entity with the TARGET attribute shall be a variable.
Confirmed.
--
mikael at gcc dot gnu dot org changed:
What|Removed