public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/39861]  New: Internal Error with INTRINSIC in module
@ 2009-04-23  6:50 dominiq at lps dot ens dot fr
  2009-04-23  9:31 ` [Bug fortran/39861] [4.5 Regression] ICE with INTRINSIC in module: write_symbol(): bad module symbol burnus at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-04-23  6:50 UTC (permalink / raw)
  To: gcc-bugs

At revision 146606 the following code

module vector_calculus
  intrinsic :: dot_product, sqrt

contains

  function len(r)
    real, dimension(:), intent(in) :: r
    real :: len
    len = sqrt(dot_product(r,r))
  end function len

end module vector_calculus
end

gives

pr36192_mod_red.f90:12.26:

end module vector_calculus
                          1
Internal Error at (1):
write_symbol(): bad module symbol 'x'

This code has been extracted from a larger one that did not give this error at
revision 146282.
I suspect revision 146554.


-- 
           Summary: Internal Error with INTRINSIC in module
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


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


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

end of thread, other threads:[~2009-04-24  8:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23  6:50 [Bug fortran/39861] New: Internal Error with INTRINSIC in module dominiq at lps dot ens dot fr
2009-04-23  9:31 ` [Bug fortran/39861] [4.5 Regression] ICE with INTRINSIC in module: write_symbol(): bad module symbol burnus at gcc dot gnu dot org
2009-04-23 11:10 ` pault at gcc dot gnu dot org
2009-04-23 11:25 ` dominiq at lps dot ens dot fr
2009-04-23 12:24 ` janus at gcc dot gnu dot org
2009-04-24  8:34 ` janus at gcc dot gnu dot org
2009-04-24  8:39 ` janus 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).