This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53792] [C++11][constexpr] improving compiler-time constexpr evaluation
- From: "jason at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 27 Jul 2012 15:06:31 +0000
- Subject: [Bug c++/53792] [C++11][constexpr] improving compiler-time constexpr evaluation
- Auto-submitted: auto-generated
- References: <bug-53792-4@http.gcc.gnu.org/bugzilla/>
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