Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14
commitb782521008f2b2c022d984ac214c32d5796c60ae
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jun 2017 11:49:04 +0000 (2 11:49 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jun 2017 11:49:04 +0000 (2 11:49 +0000)
treee04477176e4cca28721b97aac9380e85170fd24c
parentf7564df45462679c3b0b82f2942f5fb50b640113
Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14

* libsupc++/Makefile.am: Remove custom targets for files that need to
be compiled as C++11 or C++14.
* libsupc++/Makefile.in: Regenerate.
* libsupc++/del_ops.cc: Use pragma to disable -Wsized-deallocation
warnings.
* libsupc++/del_opvs.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248823 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/del_ops.cc
libstdc++-v3/libsupc++/del_opvs.cc