This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54859] [4.8 Regression] constexpr in template aliase rejected as non-constant
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Oct 2012 17:25:42 +0000
- Subject: [Bug c++/54859] [4.8 Regression] constexpr in template aliase rejected as non-constant
- Auto-submitted: auto-generated
- References: <bug-54859-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54859
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-10-08
CC| |jakub at gcc dot gnu.org
Target Milestone|--- |4.8.0
Summary|constexpr in template |[4.8 Regression] constexpr
|aliase rejected as |in template aliase rejected
|non-constant |as non-constant
Ever Confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-08 17:25:42 UTC ---
Indeed, this started being rejected with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191412 too.