From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4787 invoked by alias); 15 Oct 2004 01:20:10 -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 4777 invoked by uid 48); 15 Oct 2004 01:20:09 -0000 Date: Fri, 15 Oct 2004 01:20:00 -0000 Message-ID: <20041015012009.4776.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040916224714.17529.steven@gcc.gnu.org> References: <20040916224714.17529.steven@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/17529] [4.0 Regression] ICE in get_indirect_ref_operands X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg02019.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-15 01:20 ------- Here is reduced testcase, it has nothing to do with asm at all: static inline void bar (const int *const x) { int x1 = *x; } static const int y[1]={0}; void foo (void) { bar (y); } -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2004-10-15 01:16:18 |2004-10-15 01:20:09 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17529