From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11749 invoked by alias); 17 Feb 2004 17:03:13 -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 11717 invoked by alias); 17 Feb 2004 17:03:12 -0000 Date: Tue, 17 Feb 2004 17:03:00 -0000 Message-ID: <20040217170312.11716.qmail@sources.redhat.com> From: "simonmar at microsoft dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020909143600.7871.rz@linux-m68k.org> References: <20020909143600.7871.rz@linux-m68k.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/7871] [3.3/3.4/3.5 regression] ICE on legal code, global register variables problems X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01722.txt.bz2 List-Id: ------- Additional Comments From simonmar at microsoft dot com 2004-02-17 17:03 ------- Subject: RE: [3.3/3.4/3.5 regression] ICE on legal code, global register variables problems I take it back; the test app now seems to be working. Turns out that I had some cases of: test1.hc:14: warning: function called through a non-compatible type which turn into traps in recent versions of gcc. Changing the type of a cast fixed it. (suggestion: mention in the warning message that the call has been replaced by a trap.) I'll do some thorough tests, but on the face of it it looks like the bug can be closed. Great going guys! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7871