From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2624 invoked by alias); 22 Jul 2005 20:24:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2590 invoked by uid 22791); 22 Jul 2005 20:24:39 -0000 Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.177) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 22 Jul 2005 20:24:39 +0000 Received: from p50860231.dip0.t-ipconnect.de [80.134.2.49] (helo=meiner.onlinehome.de) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwh2-1Dw44T0iOY-0002gL; Fri, 22 Jul 2005 22:24:37 +0200 Received: from ig25 by meiner.onlinehome.de with local (Exim 3.36 #1 (Debian)) id 1Dw44S-0000mq-00; Fri, 22 Jul 2005 22:24:36 +0200 Date: Fri, 22 Jul 2005 20:24:00 -0000 To: fortran@gcc.gnu.org, gcc@gcc.gnu.org Subject: New Fortran regression Message-ID: <20050722202435.GA868@meiner.onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: Thomas Koenig X-SW-Source: 2005-07/txt/msg00955.txt.bz2 Compilation of two Fortran test cases now fails with -O3: real_const_1.f and real_const_2.f90. I have submitted this as PR 22619. Apparently, running the Fortran testsuite is something not everybody does before committing patches :-| Thomas