From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1245 invoked by alias); 27 Sep 2003 19:15:46 -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 1223 invoked from network); 27 Sep 2003 19:15:45 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 27 Sep 2003 19:15:45 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h8RJFh0U007384; Sat, 27 Sep 2003 14:15:43 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h8RJFhVd007980; Sat, 27 Sep 2003 14:15:43 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h8RJFhAh007979; Sat, 27 Sep 2003 15:15:43 -0400 Date: Sat, 27 Sep 2003 19:15:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309271915.h8RJFhAh007979@duracef.shout.net> To: ac131313@redhat.com, kevinb@redhat.com Subject: Re: [PATCH RFC] Fix break.exp optimization related failure Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-09/txt/msg00605.txt.bz2 ac> We're probably also going to have to split up our test files in to ac> separate .c's so that the compiler can't see smarts like this :-/ I like separate files much better than #ifdef __GNUC__, __weak__, and stuff like that. Separate files are simpler in concept, more future-proof against improvements in gcc, and also proof against improvements in non-gcc compilers. Michael C