]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/54086 (GCC should allow constexpr and const together)
authorJason Merrill <jason@redhat.com>
Wed, 25 Jul 2012 14:57:06 +0000 (10:57 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 25 Jul 2012 14:57:06 +0000 (10:57 -0400)
commit452ed9e73bfdc6b08003cd0f79c8df8bd7af5b1d
tree91d7df58abad71242d425eb5c528ecae150c113f
parent9155a6ddc40af0eed7079eac318e6dd864dcdbc9
re PR c++/54086 (GCC should allow constexpr and const together)

PR c++/54086
* decl.c (grokdeclarator): Allow const and constexpr together.

From-SVN: r189852
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/constexpr-const1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C