gcov.c
59.4 KB
-
re PR middle-end/53510 (OOM while compile some code) · 92b05e72
PR middle-end/53510 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC to avoid leaking memory. No need to handle memory allocation failure. Double string_len on each reallocation instead of adding 2. * gcov.c (read_line): Likewise. From-SVN: r187952
Jakub Jelinek committed