]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14
authorJonathan Wakely <jwakely@redhat.com>
Fri, 2 Jun 2017 11:49:04 +0000 (12:49 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 2 Jun 2017 11:49:04 +0000 (12:49 +0100)
commitef3985dbd11d8faa1e4202b727aff6654ec96272
treee04477176e4cca28721b97aac9380e85170fd24c
parentc957e9c05213b945d85506828c55c23a08eea090
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.

From-SVN: r248823
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