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/16943] doubly defined function type causes error, even when types are the same


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-09 16:06 -------
Note ICC says this is extension:
   program BUG8
     internal function BUGF

      integer :: N
                 ^
Warning 106 at (9:pr16943.f90) : A duplicate specification of the type for this entity is an extension to 
standard Fortran 95

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-09 16:06:55
               date|                            |


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


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