fix GIMPLE parser for loops
authorRichard Biener <rguenther@suse.de>
Thu, 7 Jan 2021 15:52:38 +0000 (16:52 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 7 Jan 2021 16:36:25 +0000 (17:36 +0100)
commitd54029179cbe817eaf9b6899339b0151cff3c00e
treef90aea10c558303952a51e35e4ff18b655179ead
parent6bca2ebf10654b8beb5c5737c8652e8262901294
fix GIMPLE parser for loops

We do not tolerate "growing" a vector to a lower size.

2021-01-07  Richard Biener  <rguenther@suse.de>

gcc/c/
* gimple-parser.c (c_parser_gimple_compound_statement): Only
reallocate loop array if it is too small.
gcc/c/gimple-parser.c