From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20480 invoked by alias); 15 Oct 2004 19:59:43 -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 20467 invoked by uid 48); 15 Oct 2004 19:59:43 -0000 Date: Fri, 15 Oct 2004 19:59:00 -0000 Message-ID: <20041015195943.20463.qmail@sourceware.org> From: "dr dot johan at gmail dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040427221144.15181.olchansk@panix.com> References: <20040427221144.15181.olchansk@panix.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15181] gfc_conv_component_ref: Assertion `c->backend_decl' failed X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg02161.txt.bz2 List-Id: ------- Additional Comments From dr dot johan at gmail dot com 2004-10-15 19:59 ------- I second this opinion! I tried the fix suggested below and my code now builds with gfortran "gcc version 4.0.0 20041015 (experimental)". /Johan (In reply to comment #6) > My fix of adding "gfc_typenode_for_spec(&c->ts);" right before the assert() in > trans_expr.c:gfc_conv_component_ref() still works and fixes this bug for me. I > suggest that my fix be commited to cvs to close this bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15181