From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29234 invoked by alias); 4 Jan 2009 12:27:43 -0000 Received: (qmail 29213 invoked by uid 48); 4 Jan 2009 12:27:32 -0000 Date: Sun, 04 Jan 2009 12:27:00 -0000 Message-ID: <20090104122732.29212.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38536] ICE with C_LOC in resolve.c due to not properly going through expr->ref In-Reply-To: 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-01/txt/msg00353.txt.bz2 ------- Comment #8 from dominiq at lps dot ens dot fr 2009-01-04 12:27 ------- Withe the patch in comment #5 the problems reported in comment #4 disappear, the test in comment #6 gives a bus error at compile time: pr38536_3.f90: In function 'MAIN__': pr38536_3.f90:1: internal compiler error: Bus error and the test in comment #7 gives the reported error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536