cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.
authorJan Hubicka <jh@suse.cz>
Mon, 4 Dec 2006 22:51:42 +0000 (23:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 4 Dec 2006 22:51:42 +0000 (22:51 +0000)
commit26979bc292e163864289597602beb01705188349
treeaec6f99c441c9265e6586e4694d0aa72c7570eaa
parent477d851ce1a3b9fbe06c921ebd99925276792085
cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.

* cp-objcp-common.c (cp_expr_size): Return NULL in the case
size is undefined.

* builtins.c (fold_builtin_memory_op): Check that expr_size match.
* explow.c (expr_size, int_expr_size): Assert that size is non_NULL.

From-SVN: r119515
gcc/ChangeLog
gcc/builtins.c
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.c
gcc/explow.c