diff options
author | Roger Sayle <roger@eyesopen.com> | 2006-04-28 19:59:57 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2006-04-28 19:59:57 +0000 |
commit | a0f0ab9fc19dea21076d7b4d7e8b8c5c32b78455 (patch) | |
tree | a6a89ff234f97fde1db810e9fc1190006ae95009 /libjava | |
parent | 87ceee72364d3777b7fb602f60cde99c2c66fe41 (diff) | |
download | gcc-a0f0ab9fc19dea21076d7b4d7e8b8c5c32b78455.zip gcc-a0f0ab9fc19dea21076d7b4d7e8b8c5c32b78455.tar.gz gcc-a0f0ab9fc19dea21076d7b4d7e8b8c5c32b78455.tar.bz2 |
re PR c/25309 (ICE on initialization of a huge array)
PR c/25309
* c-typeck.c (struct spelling): Make I an unsigned HOST_WIDE_INT.
(push_array_bounds): Delete prototype. Change BOUNDS argument to
an unsigned HOST_WIDE_INT.
(print_spelling): Use HOST_WIDE_INT_PRINT_UNSIGNED to output the
array index.
(really_start_incremental_init): No need to call convert because
bitsize_zero_node is already of type bitsizetype.
(push_init_level): Extract the value of constructor_index as an
unsigned HOST_WIDE_INT quantity, using tree_low_cst.
(process_init_element): Likewise.
* gcc.dg/large-size-array-2.c: New test case.
From-SVN: r113355
Diffstat (limited to 'libjava')
0 files changed, 0 insertions, 0 deletions