--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43903
--- Comment #3 from hubicka at gcc dot gnu dot org 2010-04-27 05:42 ---
Fixed.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #2 from hubicka at gcc dot gnu dot org 2010-04-26 23:02 ---
The whopr benchmark is the usual case that main() is optimized for size rather
than speed. In this case we can get function inlined if inliner is informed
that builtin_return_address is cheap. I am testing patch for
--- Comment #1 from hjl dot tools at gmail dot com 2010-04-26 22:33 ---
It is caused by revision 158732:
http://gcc.gnu.org/ml/gcc-cvs/2010-04/msg00839.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---