This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34660] elemental and dummy procedure



------- Comment #1 from burnus at gcc dot gnu dot org  2008-01-04 07:23 -------
g95:
Error: Dummy procedure at (1) not allowed in ELEMENTAL procedure

ifort:
Error: A dum-arg of a procedure with the ELEMENTAL prefix-spec shall not be a
dummy procedure.   [F]
     PURE INTEGER FUNCTION F(I)


-- 

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:23:09
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34660


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]