re PR c++/13086 (the location of the warning message is wrong when calling delete...
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 5 Feb 2004 02:48:31 +0000 (02:48 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 5 Feb 2004 02:48:31 +0000 (02:48 +0000)
commitb1e5b86c5245015820f99043feb2fe5e9958daa7
tree5064c31166066fcd9c2eaafa931c5dacf4345b1c
parent6f3d0d2f8d6f7b1405a9e2548dd71dd0d26f3fe2
re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type)

PR c++/13086
* init.c (build_delete): Emit a more informative error message in
case of an incomplete type, and on the correct source line.

From-SVN: r77289
gcc/cp/ChangeLog
gcc/cp/init.c