From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5514 invoked by alias); 10 Apr 2002 03:56:49 -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 5507 invoked from network); 10 Apr 2002 03:56:47 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 10 Apr 2002 03:56:47 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g3A3ul626760 for gdb-patches@sources.redhat.com; Tue, 9 Apr 2002 22:56:47 -0500 Date: Tue, 09 Apr 2002 20:56:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204100356.g3A3ul626760@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: Re: [patch] gdb.c++/local.exp: make usable with gcc X-SW-Source: 2002-04/txt/msg00392.txt.bz2 Committed. Two bug reports to follow. Michael C 2002-04-08 Michael Chastain * gdb.c++/local.cc (main): Move call to marker1() inside nested scope so that the nested scope tests will make sense. * gdb.c++/local.exp: Write patterns that actually work with gcc (the HP patterns "were never known to work with gcc"). Keep the old aCC patterns too.