stor-layout.c (layout_type): Use size_binop for array size calculations.
authorRichard Guenther <rguenther@suse.de>
Mon, 5 Sep 2011 09:03:08 +0000 (09:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 5 Sep 2011 09:03:08 +0000 (09:03 +0000)
commit830c740f17a21a901b91de6723d97567bae47770
treeea45e4b0b22441a465d4935a39d510d54d5b860a
parentc149e48765862535842cf968dc10667038988606
stor-layout.c (layout_type): Use size_binop for array size calculations.

2011-09-05  Richard Guenther  <rguenther@suse.de>

* stor-layout.c (layout_type): Use size_binop for array size
calculations.

c-family/
* c-common.c (complete_array_type): Use ssize_int (-1) instead
of integer_minus_one_node for empty array upper bounds.

From-SVN: r178526
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/stor-layout.c