This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18271] ICE with computed array declaration
- From: "anlauf at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Nov 2005 15:56:31 -0000
- Subject: [Bug fortran/18271] ICE with computed array declaration
- References: <bug-18271-9562@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from anlauf at gmx dot de 2005-11-04 15:56 -------
(In reply to comment #2)
> This is invalid code, INT is not allowed in a specification expression.
I'm not a language lawyer, but if I read it correctly, then
INT is a standard intrinsic function and thus allowed in a
restricted expression (F2003 draft standard, 7.1.6, R729, C710 (8))
Am I missing something?
--
anlauf at gmx dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18271