This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16631] Problems inlining with enums
- From: "roger at eyesopen dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2004 17:44:34 -0000
- Subject: [Bug middle-end/16631] Problems inlining with enums
- References: <20040719172622.16631.roger@eyesopen.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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