This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34663] Specification expression is defined by dummy variables of different entry points
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 07:16:50 -0000
- Subject: [Bug fortran/34663] Specification expression is defined by dummy variables of different entry points
- References: <bug-34663-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2008-01-04 07:16 -------
Interestingly, NAG f95 does not detect this. ifort prints only a warning:
Warning: This entry point does not define all dummy variables used in bounds
or
length expressions of automatic data objects. [S1]
whereas g95 prints an error:
Error: Specification expression at (1) is defined by dummy variables of
different entry points
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-04 07:16:50
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34663