This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/30965] Fails to tree-combine conditions in COND_EXPRs
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2007 17:51:06 -0000
- Subject: [Bug tree-optimization/30965] Fails to tree-combine conditions in COND_EXPRs
- References: <bug-30965-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from rguenth at gcc dot gnu dot org 2007-07-05 17:51 -------
This is related to the gimplifier verifying call expression types to disable
inlining. In this case the argument type list says we need struct _Bind, but
the actual argument is struct _Bind*. Oh well.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30965