This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/50782] optimize pragma not applying fast-math
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Oct 2011 08:16:34 +0000
- Subject: [Bug rtl-optimization/50782] optimize pragma not applying fast-math
- Auto-submitted: auto-generated
- References: <bug-50782-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50782
--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-19 08:16:34 UTC ---
The interaction of the optimize attribute/pragma with inlining are
"interesting".
For some options we prohibit inlining (but only for the target attribute/pragma
I think), otherwise the callee inherits the settings of the caller - sometimes
partly.