This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50070] Segmentation fault at size_binop_loc in fold-const.c
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 14 Aug 2011 13:20:27 +0000
- Subject: [Bug fortran/50070] Segmentation fault at size_binop_loc in fold-const.c
- Auto-submitted: auto-generated
- References: <bug-50070-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50070
--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-08-14 13:20:27 UTC ---
(In reply to comment #5)
For the record, F95 and F2003 have a similar constraint, respectively:
Constraint: A common-block-object shall not be a dummy argument, an allocatable
array, an automatic
object, a function name, an entry name, or a result name.
C588 (R558) A common-block-object shall not be a dummy argument, an allocatable
variable, a
derived-type object with an ultimate component that is allocatable, an
automatic object, a
function name, an entry name, a variable with the BIND attribute, or a result
name.