re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-type...
authorJason Merrill <jason@redhat.com>
Sun, 15 Apr 2012 17:07:39 +0000 (13:07 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 15 Apr 2012 17:07:39 +0000 (13:07 -0400)
commita3ddb738837877aaec229583102e0d5e00610117
treef838e4225ec796feae47974d545a65a2ad4c9926
parent04b391c164bca9a8a332d5a5b8e3ee8cf86224b9
re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-type parameter)

PR c++/52706
* mangle.c (write_type): nullptr_t is a builtin type.

From-SVN: r186469
gcc/common.opt
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/nullptr27.C [new file with mode: 0644]