From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10385 invoked by alias); 19 May 2012 07:52:30 -0000 Received: (qmail 10374 invoked by uid 22791); 19 May 2012 07:52:28 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 May 2012 07:52:13 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4J7qC7M029404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 19 May 2012 03:52:12 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4J7q8Ha021271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 19 May 2012 03:52:11 -0400 Date: Sat, 19 May 2012 07:52:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: -lmcheck new FAILs for __FILE__ [Re: FYI: fix PR macros/13205] Message-ID: <20120519075208.GA3761@host2.jankratochvil.net> References: <87ehqjoopc.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ehqjoopc.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00730.txt.bz2 On Wed, 16 May 2012 22:28:31 +0200, Tom Tromey wrote: > Built and regtested on x86-64 Fedora 16. Getting on x86-64 Fedora 16: FAIL: gdb.base/macscp.exp: info macro __FILE__ before running FAIL: gdb.base/macscp.exp: print __FILE__ info macro __FILE__^M Defined at ./gdb.base/macscp1.c:-1^M #define __FILE__ "./gdb.base/macscp3.h"<93><93><93><93><93><93><93><93><93><93><93><93><93><93><93><93><93><93>×^WÛZ1^M (gdb) FAIL: gdb.base/macscp.exp: info macro __FILE__ before running print __FILE__^M Invalid character '<93>' in expression.^M (gdb) FAIL: gdb.base/macscp.exp: print __FILE__ It PASSes without -lmcheck. Thanks, Jan