From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10446 invoked by alias); 5 Jan 2007 21:46:24 -0000 Received: (qmail 10423 invoked by uid 22791); 5 Jan 2007 21:46:23 -0000 X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Jan 2007 21:46:17 +0000 Received: from [80.134.60.38] (helo=meiner.onlinehome.de) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1H2wt84BVx-00080s; Fri, 05 Jan 2007 22:46:11 +0100 Received: from ig25 by meiner.onlinehome.de with local (Exim 3.36 #1 (Debian)) id 1H2wt5-0000sS-00; Fri, 05 Jan 2007 22:46:07 +0100 Date: Fri, 05 Jan 2007 21:46:00 -0000 To: Brooks Moses Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Testsuite and constant-folding? Message-ID: <20070105214607.GA3365@meiner.onlinehome.de> References: <459E9BC1.7040801@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <459E9BC1.7040801@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) From: Thomas Koenig Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00433.txt.bz2 On Fri, Jan 05, 2007 at 10:41:05AM -0800, Brooks Moses wrote: > However, as best I can tell, the relevant testcases completely ignore > this issue, and thus end up only testing the constant-folding case. For the record, this is PR 22307. Thomas