This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13524] [tree-ssa] ICE in optimize_inline_calls when passing inline function result to builtin
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jan 2004 04:05:32 -0000
- Subject: [Bug optimization/13524] [tree-ssa] ICE in optimize_inline_calls when passing inline function result to builtin
- References: <20031230200055.13524.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-10 04:05 -------
Jan already analysised this one. The problem is that we do not gimplify things for builtins, if we
did that caused problems with var_args.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13524