From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16757 invoked by alias); 15 Aug 2004 05:34:02 -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 16742 invoked by uid 48); 15 Aug 2004 05:34:02 -0000 Date: Sun, 15 Aug 2004 05:34:00 -0000 Message-ID: <20040815053402.16741.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040813133716.17016.reichelt@gcc.gnu.org> References: <20040813133716.17016.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/17016] [lno] ICE with struct passed as reference X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01432.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-15 05:34 ------- Confirmed. Basically: if (TREE_CODE (type) == POINTER_TYPE) in tree-ssa-ninter.c should be POINTER_TYPE_P (type) instead. If this is correct fix, it should also go on the mainline also since this file is also on the mainline. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2004-08-15 05:34:01 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17016