re PR c/12245 (Uses lots of memory when compiling large initialized arrays)
authorJan Hubicka <jh@suse.cz>
Mon, 16 Jan 2012 16:40:38 +0000 (17:40 +0100)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 16 Jan 2012 16:40:38 +0000 (11:40 -0500)
commitc53153e7a099d3212a60912cd407abc04fb2610a
tree8cf3862d66ae827f51688947e0e14b603d420639
parent7aeb037b25f4624d0a7ea6b1184047135e56b036
re PR c/12245 (Uses lots of memory when compiling large initialized arrays)

PR c/12245
PR c++/14179
* convert.c (convert_to_integer): Use fold_convert for
converting an INTEGER_CST to integer type.

From-SVN: r183214
gcc/ChangeLog
gcc/convert.c