From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27209 invoked by alias); 22 Aug 2005 16:20:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27162 invoked by uid 48); 22 Aug 2005 16:20:08 -0000 Date: Mon, 22 Aug 2005 16:22:00 -0000 From: "federico dot carminati at cern dot ch" To: gcc-bugs@gcc.gnu.org Message-ID: <20050822162006.23516.federico.carminati@cern.ch> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/23516] New: IMAG is not a generic function when implicit none is declared X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02539.txt.bz2 List-Id: The following code does not compile program bug implicit none double complex blop double precision blopr blopr=imag(blop) blopr=sin(blop) end removing "implicit none" will let the code to compile. The compiler accepts sin as a generic function but not imag. -- Summary: IMAG is not a generic function when implicit none is declared Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: federico dot carminati at cern dot ch CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: darwin Kernel Version 7.8.0; root:xnu/xnu- 517.11.1.obj~1/RELEASE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23516