From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11514 invoked by alias); 23 Apr 2009 06:50:54 -0000 Received: (qmail 11487 invoked by uid 48); 23 Apr 2009 06:50:44 -0000 Date: Thu, 23 Apr 2009 06:50:00 -0000 Subject: [Bug fortran/39861] New: Internal Error with INTRINSIC in module X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02104.txt.bz2 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