]> gcc.gnu.org Git - gcc.git/commit
c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Sat, 20 Dec 2014 01:21:15 +0000 (01:21 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Sat, 20 Dec 2014 01:21:15 +0000 (01:21 +0000)
commita7fa8d1819c55bfb78993eac3aabc38bbc225f69
tree91dae2664c4bf4da7b40f355d728accd028ab2b7
parent768952be25c2fc50bce51a5658377934d49f473f
c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.

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.

From-SVN: r218986
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]
This page took 0.05787 seconds and 5 git commands to generate.