From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18772 invoked by alias); 16 Jul 2004 14:54:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18760 invoked by uid 48); 16 Jul 2004 14:54:46 -0000 Date: Fri, 16 Jul 2004 14:54:00 -0000 Message-ID: <20040716145446.18759.qmail@sourceware.org> From: "schwab at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040716124408.16589.loki@inf.u-szeged.hu> References: <20040716124408.16589.loki@inf.u-szeged.hu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg02009.txt.bz2 List-Id: ------- Additional Comments From schwab at suse dot de 2004-07-16 14:54 ------- The problem is that gcc is now using the IEEE aware conditions which only work with CC in the FPU, but notice_update_cc still sets cc_status for the SET even if the destination is a DATA_REG in SFmode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16589