[Bug c++/53792] [C++11][constexpr] improving compiler-time constexpr evaluation
jason at redhat dot com
gcc-bugzilla@gcc.gnu.org
Fri Jul 27 15:06:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53792
--- Comment #5 from Jason Merrill <jason at redhat dot com> 2012-07-27 15:06:31 UTC ---
On 07/27/2012 06:47 AM, vincenzo.innocente at cern dot ch wrote:
> is "__attribute__((always_inline)) " not making foo to transform in foo2 in a
> very early compiler's stage?
Fairly early, but not as early as constant expression folding.
Jason
More information about the Gcc-bugs
mailing list