c-family/
commit83715bc4fd08c76e944493d87cb242c557650487
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2014 01:21:15 +0000 (20 01:21 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2014 01:21:15 +0000 (20 01:21 +0000)
tree91dae2664c4bf4da7b40f355d728accd028ab2b7
parent8a8211dffda1aa4fdb76b75a7c70bc8b5b18c719
c-family/

2014-12-20  Edward Smith-Rowland  <3dw4rd@verizon.net>

* c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
Control macro with flag_sized_deallocation.

testsuite/

2014-12-20  Edward Smith-Rowland  <3dw4rd@verizon.net>

* g++.dg/cpp1y/feat-cxx98-neg.C: Enable __cpp_sized_deallocation test.
* g++.dg/cpp1y/feat-cxx14.C: Ditto.
* g++.dg/cpp1y/feat-cxx11-neg.C: Ditto and move tests for consistent
order.
* g++.dg/cpp1y/feat-sized-dealloc-neg.C: New.
* g++.dg/cpp1y/feat-sized-dealloc.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218986 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-cppbuiltin.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C
gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C
gcc/testsuite/g++.dg/cpp1y/feat-sized-dealloc-neg.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/feat-sized-dealloc.C [new file with mode: 0644]