From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2635 invoked by alias); 19 Jul 2004 17:44:35 -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 2622 invoked by uid 48); 19 Jul 2004 17:44:34 -0000 Date: Mon, 19 Jul 2004 17:44:00 -0000 Message-ID: <20040719174434.2620.qmail@sourceware.org> From: "roger at eyesopen dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040719172622.16631.roger@eyesopen.com> References: <20040719172622.16631.roger@eyesopen.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/16631] Problems inlining with enums X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg02332.txt.bz2 List-Id: ------- Additional Comments From roger at eyesopen dot com 2004-07-19 17:44 ------- It's just not my day. Whilst reducing the attached testcase, I inadvertantly introduced two spurious warnings that are completely unrelated to this failure. These "assignment makes pointer from integer without a cast" warnings can be silenced by adding "extern void* xmalloc(unsigned long);" to the top of foo3.i. Sorry for the inconvenince. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16631