re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>)
authorPaolo Carlini <paolo@gcc.gnu.org>
Sat, 6 Oct 2012 22:44:12 +0000 (22:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 6 Oct 2012 22:44:12 +0000 (22:44 +0000)
commit21c278c93069690772a23f9c162eeac0030b10f7
tree80d49f82c98375af91e9f035dd46564ae94eae56
parent55d5c6aff7d868b5a5abf89908df29603fd37f92
re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>)

2012-10-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54249
* ginclude/stddef.h: In C++11 mode declare nullptr_t in the global
namespace.

/testsuite
2012-10-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54249
* g++.dg/cpp0x/stddef.C: New.

From-SVN: r192173
gcc/ChangeLog
gcc/ginclude/stddef.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/stddef.C [new file with mode: 0644]