https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49480
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.7.0
Status|NEW |RESOLVED
Resolution|--- |FIXED
Component|target |c++
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The C++ compiler in GCC 4.7+ decides this needs runtime calculation and does
that instead. I don't want to figure out which patch to the C++ front-end that
changes that.