From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26133 invoked by alias); 20 Sep 2009 01:21:02 -0000 Received: (qmail 26123 invoked by uid 22791); 20 Sep 2009 01:21:01 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Sep 2009 01:20:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1E4B62BABF8; Sat, 19 Sep 2009 21:20:55 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id aKSiRCQAg1ja; Sat, 19 Sep 2009 21:20:55 -0400 (EDT) Received: from [172.16.1.5] (sdsl-216-220-103-157.dsl.bway.net [216.220.103.157]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id B03692BABED; Sat, 19 Sep 2009 21:20:54 -0400 (EDT) Subject: Re: GCC 4.5 Status Report (2009-09-19) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed From: Geert Bosch In-Reply-To: <571f6b510909191502h78b4bd49nc9bcec0bb6338b12@mail.gmail.com> Date: Sun, 20 Sep 2009 01:21:00 -0000 Cc: Richard Guenther , gcc@gcc.gnu.org Content-Transfer-Encoding: 7bit Message-Id: References: <571f6b510909191502h78b4bd49nc9bcec0bb6338b12@mail.gmail.com> To: Steven Bosscher Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00363.txt.bz2 On Sep 19, 2009, at 18:02, Steven Bosscher wrote: > * GDB test suite should pass with -O1 Apparently, the current GDB test suite can only work at -O0, because code reorganization messes up the scripting. -Geert