[Bug tree-optimization/36329] latent problem with tree inlining

2008-05-25 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-05-26 06:47 --- Fixing. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug tree-optimization/36329] latent problem with tree inlining

2008-05-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-25 20:00 --- The checks in ipa-inline.c should all look like CALL_CANNOT_INLINE_P (get_call_expr_in (...)). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36329

[Bug tree-optimization/36329] latent problem with tree inlining

2008-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-25 19:59 --- The call edge's statement will either be an assignment (whos rhs is a call expression) or a call expression (if the call's return value is ignored). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36329