public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30239]  New: duplicate data type assignment not detected
@ 2006-12-17 16:48 dfranke at gcc dot gnu dot org
  2006-12-17 20:16 ` [Bug fortran/30239] " burnus at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2006-12-17 16:48 UTC (permalink / raw)
  To: gcc-bugs

The Intel Fortan Compiler issues an error on the code below

INTEGER FUNCTION foo()
  INTEGER :: foo
  foo = 0
END FUNCTION

gfortran takes it without further notice. Letting "INTEGER :: foo" be "REAL ::
foo" gives "Error: Symbol 'foo' at (1) already has basic type of INTEGER" on
gfortran as well.

$> gfortran-svn -v
gcc version 4.3.0 20061128 (experimental)


-- 
           Summary: duplicate data type assignment not detected
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dfranke at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2008-08-22 20:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-17 16:48 [Bug fortran/30239] New: duplicate data type assignment not detected dfranke at gcc dot gnu dot org
2006-12-17 20:16 ` [Bug fortran/30239] " burnus at gcc dot gnu dot org
2006-12-18  6:02 ` pault at gcc dot gnu dot org
2006-12-18  7:49 ` burnus at gcc dot gnu dot org
2006-12-18  8:20 ` dfranke at gcc dot gnu dot org
2008-08-22  7:19 ` domob at gcc dot gnu dot org
2008-08-22 11:41 ` domob at gcc dot gnu dot org
2008-08-22 12:48 ` dfranke at gcc dot gnu dot org
2008-08-22 20:38 ` domob at gcc dot gnu dot org
2008-08-22 20:39 ` domob 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).