------- Comment #3 from rguenth at gcc dot gnu dot org 2006-10-16 13:37 -------
Happens during inlining, so I guess one of the strip-useless-type-conversion
patches caused this.
But initialize_inlined_parameters shouldn't call into the frontend again here:
/* Find the initializer. */
value = lang_hooks.tree_inlining.convert_parm_for_inlining
(p, a ? TREE_VALUE (a) : NULL_TREE, fn, argnum);
I don't see why this should be necessary anymore as we're now inlining gimple?
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478