From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26120 invoked by alias); 10 Jun 2009 11:50:26 -0000 Received: (qmail 26089 invoked by uid 22791); 10 Jun 2009 11:50:23 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f213.google.com (HELO mail-bw0-f213.google.com) (209.85.218.213) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 11:50:15 +0000 Received: by bwz9 with SMTP id 9so741686bwz.24 for ; Wed, 10 Jun 2009 04:50:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.71.83 with SMTP id q61mr472963wed.14.1244634612215; Wed, 10 Jun 2009 04:50:12 -0700 (PDT) In-Reply-To: <1d9315cf0906100433i238c735i63a94973050bfe6e@mail.gmail.com> References: <1d9315cf0906100433i238c735i63a94973050bfe6e@mail.gmail.com> Date: Wed, 10 Jun 2009 11:50:00 -0000 Message-ID: <5b37dace0906100450h7aba285bu59c250d917050ff6@mail.gmail.com> Subject: Re: display character strings in fortran From: Arjen Markus To: kamaraju kusumanchi Cc: gdb@sourceware.org, fortran@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00082.txt.bz2 With the p command in gdb you print via the debugger - that is something completely different than writing/printing a variable's value in the Fortran program. What you see is simply the debugger's way of looking at (Fortran) strings. Regards, Arjen