From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2867 invoked by alias); 4 Nov 2006 16:53:43 -0000 Received: (qmail 2813 invoked by uid 48); 4 Nov 2006 16:53:35 -0000 Date: Sat, 04 Nov 2006 16:53:00 -0000 Message-ID: <20061104165335.2812.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/29680] [4.3 Regression] Misscompilation of spec2006 gcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl at lucon dot org" 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 X-SW-Source: 2006-11/txt/msg00276.txt.bz2 List-Id: ------- Comment #12 from hjl at lucon dot org 2006-11-04 16:53 ------- Created an attachment (id=12547) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12547&action=view) A testcase to show array reference is ok Gcc doesn't have a problem with array reference. That is if I change it from extern dw_fde_node *fde_table; to extern dw_fde_node fde_table []; I got the correct result. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29680