This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/36100] [4.4 Regression] always_inline attribute is broken at -O0
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 May 2008 19:32:57 -0000
- Subject: [Bug tree-optimization/36100] [4.4 Regression] always_inline attribute is broken at -O0
- References: <bug-36100-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from hjl dot tools at gmail dot com 2008-05-01 19:32 -------
pass_apply_inline is replaced with pass_ipa_inline. But pass_ipa_inline is
never used at -O0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36100