re PR c++/43452 (Array delete causes error on incomplete type)
2013-09-09 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43452 * doc/invoke.texi (-Wdelete-incomplete): Document it. /c-family 2013-09-09 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43452 * c.opt (Wdelete-incomplete): Add. /cp 2013-09-09 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43452 * init.c (build_vec_delete_1): When the type is incomplete emit a warning, enabled by default (not an error). (build_delete): Adjust to use OPT_Wdelete_incomplete. /testsuite 2013-09-09 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43452 * g++.dg/warn/Wdelete-incomplete-1.C: New. * g++.dg/warn/Wdelete-incomplete-2.C: Likewise. * g++.dg/init/delete1.C: Adjust. From-SVN: r202405
This commit is contained in:
parent
c9b0866a1e
commit
9420c2c457
@ -1,3 +1,10 @@
|
||||
2013-09-09 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/43452
|
||||
* g++.dg/warn/Wdelete-incomplete-1.C: New.
|
||||
* g++.dg/warn/Wdelete-incomplete-2.C: Likewise.
|
||||
* g++.dg/init/delete1.C: Adjust.
|
||||
|
||||
2013-09-09 Ian Bolton <ian.bolton@arm.com>
|
||||
|
||||
* gcc.target/aarch64/movdi_1.c: New test.
|
||||
|
Loading…
Reference in New Issue
Block a user