public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/16943] New: doubly defined function type causes error, even when types are the same
@ 2004-08-09 14:40 paulthomas2 at wanadoo dot fr
  2004-08-09 16:06 ` [Bug fortran/16943] " pinskia at gcc dot gnu dot org
  2005-02-08 19:07 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: paulthomas2 at wanadoo dot fr @ 2004-08-09 14:40 UTC (permalink / raw)
  To: gcc-bugs

!  $ ../bin/gfortran bug8.f90 -o test
! In file bug8.f90:18
!
!        integer :: N
!                   1
!  Error: Symbol 'n' at (1) already has basic type of INTEGER

! other compilers warn rather than give error, if the types are consistent

  program bug8 
    implicit none 
    stop " OK. " 

  contains 

    integer function bugf(M) result (N) 
      integer, intent (in) :: M 
      integer :: N
      N = M 
      return 
    end function bugf
  end program bug8

-- 
           Summary: doubly defined function type causes error, even when
                    types are the same
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: paulthomas2 at wanadoo dot fr
                CC: bdavis at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/16943] doubly defined function type causes error, even when types are the same
  2004-08-09 14:40 [Bug fortran/16943] New: doubly defined function type causes error, even when types are the same paulthomas2 at wanadoo dot fr
@ 2004-08-09 16:06 ` pinskia at gcc dot gnu dot org
  2005-02-08 19:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-09 16:06 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/16943] doubly defined function type causes error, even when types are the same
  2004-08-09 14:40 [Bug fortran/16943] New: doubly defined function type causes error, even when types are the same paulthomas2 at wanadoo dot fr
  2004-08-09 16:06 ` [Bug fortran/16943] " pinskia at gcc dot gnu dot org
@ 2005-02-08 19:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-08 19:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
   Last reconfirmed|2004-11-08 03:03:11         |2005-02-08 13:54:04
               date|                            |


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-08 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-09 14:40 [Bug fortran/16943] New: doubly defined function type causes error, even when types are the same paulthomas2 at wanadoo dot fr
2004-08-09 16:06 ` [Bug fortran/16943] " pinskia at gcc dot gnu dot org
2005-02-08 19:07 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).