------- Comment #1 from rguenth at gcc dot gnu dot org 2009-03-04 15:39 ------- This is likely caused by
2009-02-28 Jan Hubicka <j...@suse.cz> PR debug/39267 * tree-inline.c (setup_one_parameter): Do not copy propagate arguments when not optimizing. Honza, the easiest would be probably to re-instantiate propagating into always_inline function bodies. Otherwise we may be again limited to not use inline functions for this kind of wrappers because of -O0. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu dot | |org Keywords| |rejects-valid Priority|P3 |P1 Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39361