From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2773 invoked by alias); 26 Apr 2010 21:01:18 -0000 Received: (qmail 1518 invoked by uid 48); 26 Apr 2010 21:00:55 -0000 Date: Mon, 26 Apr 2010 21:01:00 -0000 Message-ID: <20100426210055.1516.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43896] [OOP][fortran-dev Regression] ICE in gfc_conv_variable, at fortran/trans-expr.c:551 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" 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: 2010-04/txt/msg02780.txt.bz2 ------- Comment #9 from burnus at gcc dot gnu dot org 2010-04-26 21:00 ------- (In reply to comment #7) > Actually both ROTATION_MATRIX_TIMES_VECTOR are pure; the one in m_vector is > elemental, therefore pure, and the one in m_rotation_matrix is pure. > I have changed the one in m_rotation_matrix to ROTATION_MATRIX_TIMES_ARRAY to > remove the names collision and the ICE remains (I guess as expected) > I am a bit surprised about the NAG compiler behaviour. Same with me - at least that part looks OK; having the same name confuses the programmer, but it should not confuse the compiler (for generic/operator resolution) and looks valid (as the specific function is PRIVATE). [NAG f95 = version 5.1] -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu dot | |org Summary|[fortran-dev Regression] ICE|[OOP][fortran-dev |in gfc_conv_variable, at |Regression] ICE in |fortran/trans-expr.c:551 |gfc_conv_variable, at | |fortran/trans-expr.c:551 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43896