From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22156 invoked by alias); 28 Oct 2005 04:42:23 -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 22127 invoked by uid 48); 28 Oct 2005 04:42:21 -0000 Date: Fri, 28 Oct 2005 04:42:00 -0000 Message-ID: <20051028044221.22126.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/17905] allocated arrays not visible with gdb In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "woodzltc at sources dot redhat dot com" X-SW-Source: 2005-10/txt/msg03614.txt.bz2 List-Id: ------- Comment #5 from woodzltc at sources dot redhat dot com 2005-10-28 04:42 ------- "set lang c" didn't give me that output. What is your configuration, gdb , gfortran version and so on? My gdb session is like this: (gdb) whatis array type = Invalid type code (3) in symbol table. (gdb) set language c Warning: the current language does not match this frame. (gdb) whatis array type = struct array1_int4 (gdb) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17905