[Bug c++/54648] constexpr function rejected as non const

2013-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54648 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/54648] constexpr function rejected as non const

2012-09-26 Thread leonid at volnitsky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54648 --- Comment #2 from Leonid Volnitsky 2012-09-26 13:16:16 UTC --- Found bad commit. Quick recap: GCC says that expression sizeof()==1 is not constexpr. Commit is about template aliases and they are used in expression. Bad com

[Bug c++/54648] constexpr function rejected as non const

2012-09-20 Thread leonid at volnitsky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54648 --- Comment #1 from Leonid Volnitsky 2012-09-21 00:59:30 UTC --- Created attachment 28241 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28241 main.ii