public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18737] New: ICE on invalid use of external keyword
@ 2004-11-30 13:06 coudert at clipper dot ens dot fr
  2004-11-30 14:03 ` [Bug fortran/18737] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: coudert at clipper dot ens dot fr @ 2004-11-30 13:06 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

$ cat a.f90 
program test
  implicit none
  real(8) :: x
  external bug

  x = 2
  print *, bug(x)
  
end program test


$ gfortran -c a.f90
a.f90: In function ‘MAIN__’:
a.f90:7: internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:613

-- 
           Summary: ICE on invalid use of external keyword
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coudert at clipper dot ens dot fr
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-unkown-linux


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


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <bug-18737-10259@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-11-01 12:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30 13:06 [Bug fortran/18737] New: ICE on invalid use of external keyword coudert at clipper dot ens dot fr
2004-11-30 14:03 ` [Bug fortran/18737] " pinskia at gcc dot gnu dot org
2005-01-06 14:42 ` tobi at gcc dot gnu dot org
2005-03-14 20:34 ` tobi at gcc dot gnu dot org
2005-03-14 20:37 ` tobi at gcc dot gnu dot org
2005-03-14 20:52 ` tobi at gcc dot gnu dot org
2005-08-03 11:42 ` paulthomas2 at wanadoo dot fr
     [not found] <bug-18737-10259@http.gcc.gnu.org/bugzilla/>
2005-11-01  5:53 ` pault at gcc dot gnu dot org
2005-11-01 12:15 ` pault at gcc dot gnu dot org
2005-11-01 12:58 ` tobi 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).