From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23416 invoked by alias); 1 Nov 2007 18:28:29 -0000 Received: (qmail 23406 invoked by uid 22791); 1 Nov 2007 18:28:28 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Nov 2007 18:28:24 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id D61C230F529 for ; Thu, 1 Nov 2007 18:28:35 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP for ; Thu, 1 Nov 2007 18:28:35 +0000 (UTC) Received: from [192.168.7.26] ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Nov 2007 11:28:22 -0700 Message-ID: <472A1AC5.3000802@avtrex.com> Date: Thu, 01 Nov 2007 18:28:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: GCC Mailing List Subject: New FAILures on MIPS: g++.dg/tree-ssa/ivopts-1.C and gcc.dg/tree-ssa/pr33723.c... Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-11/txt/msg00013.txt.bz2 The mipsel-linux target had been clean for C and C++ (except for mayalias-[23].c) at r129657: http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01332.html g++.dg/tree-ssa/ivopts-1.C started failing by r129727: http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01385.html And gcc.dg/tree-ssa/pr33723.c by r129776: http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01439.html It appears that these are probably missed optimizations, but it would be nice to understand why they are failing on MIPS and not on say x86_64: http://gcc.gnu.org/ml/gcc-testresults/2007-11/msg00031.html David Daney