------- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-30 18:01 -------
This is caused by the following code in gimplifier:
3297 if (use_target)
3298 {
3299 CALL_EXPR_RETURN_SLOT_OPT (*from_p) = 1;
3300 lang_hooks.mark_addressable (*to_p);
3301 }
Should we really be calling lang_hooks.mark_addressable, here?
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu dot org
Summary|[4.1/4.2 Regression] gcc |[4.1/4.2 Regression] gcc
|errors on valid code |errors on valid code [SVO]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26004