From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14321 invoked by alias); 10 Sep 2008 15:16:15 -0000 Received: (qmail 9794 invoked by uid 48); 10 Sep 2008 15:14:55 -0000 Date: Wed, 10 Sep 2008 15:16:00 -0000 Message-ID: <20080910151455.9793.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37447] [4.4 Regression] test pr28982b.c fails execution on power4 or later with ira change In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bergner at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg01261.txt.bz2 ------- Comment #2 from bergner at gcc dot gnu dot org 2008-09-10 15:14 ------- With a mainline from today, it fails for me at -O2. Looking into it, it's foo() that is miscompiled (I broke the 3 functions into their own files and recompiled them), It's also the last element of results (ie, results[19] that miscompares (141 versus expected value of 190). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37447