From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13453 invoked by alias); 20 Jan 2009 03:57:50 -0000 Received: (qmail 13156 invoked by uid 48); 20 Jan 2009 03:57:42 -0000 Date: Tue, 20 Jan 2009 03:57:00 -0000 Message-ID: <20090120035742.13155.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/38921] [4.3 Regression] NULL access in delay-slot In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hp 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: 2009-01/txt/msg02160.txt.bz2 ------- Comment #1 from hp at gcc dot gnu dot org 2009-01-20 03:57 ------- Created an attachment (id=17150) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17150&action=view) testcase Compile at -O2. Run in simulator (note the linker option) or compile with -O2 -S and observe: move.d _alarmlist,$r9 move.d [$r9],$r9 .L19: test.d $r9 bne .L19 move.d [$r9],$r9 Or compile Linux and observe oopses all over... -- hp at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |hp at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38921