From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21615 invoked by alias); 26 Aug 2008 18:30:06 -0000 Received: (qmail 18933 invoked by uid 48); 26 Aug 2008 18:28:41 -0000 Date: Tue, 26 Aug 2008 18:30:00 -0000 Message-ID: <20080826182841.18932.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/25241] [C++] DejaGNU does not distinguish between errors and warnings In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janis at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg01990.txt.bz2 ------- Comment #61 from janis at gcc dot gnu dot org 2008-08-26 18:28 ------- I've got a huge patch now that modifies 359 tests to use the correct one of dg-error, dg-warning, or dg-message, and splits combined checks into multiple checks. In the tests I've modified I've also added some of the text from the message into the directive, although sometimes it's only a word or two. The first patch is http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01966.html. When I've received feedback about that I'll submit other patches and check them in immediately if they are obvious or wait for feedback if that seems appropriate. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25241