From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29541 invoked by alias); 8 Jan 2002 16:03:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29409 invoked from network); 8 Jan 2002 16:02:53 -0000 Received: from unknown (HELO prospero.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 8 Jan 2002 16:02:53 -0000 Received: (from jason@localhost) by prospero.cambridge.redhat.com (8.11.6/8.11.6) id g08G2mg16774; Tue, 8 Jan 2002 16:02:48 GMT X-Authentication-Warning: localhost.localdomain: jason set sender to jason@redhat.com using -f To: gdb-patches@sources.redhat.com Subject: PATCH to testsuite/gdb.c++/userdef.cc From: Jason Merrill Date: Tue, 08 Jan 2002 08:03:00 -0000 Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SW-Source: 2002-01/txt/msg00133.txt.bz2 --=-=-= Content-length: 264 This change allows the test to actually run (as expected), rather than see a warning and give up. I've gone ahead and checked this in; hope that's OK. 2002-01-08 Jason Merrill * gdb.c++/userdef.cc: Use instead of . --=-=-= Content-Type: text/x-patch Content-Disposition: inline Content-length: 262 *** gdb.c++/userdef.cc.~1~ Fri Apr 16 02:34:32 1999 --- gdb.c++/userdef.cc Tue Jan 8 15:15:05 2002 *************** *** 1,4 **** ! #include void marker1() { --- 1,6 ---- ! #include ! ! using namespace std; void marker1() { --=-=-=--