testsuite: Fix gcc.dg/analyzer/allocation-size-multiline-3.c
commit1d92cd072ef4b2e4f309eefbcfe64c368d220f29
authorHans-Peter Nilsson <hp@axis.com>
Fri, 24 Feb 2023 19:12:46 +0000 (24 20:12 +0100)
committerHans-Peter Nilsson <hp@bitrange.com>
Tue, 7 Mar 2023 00:14:30 +0000 (7 01:14 +0100)
tree2acf0785a97f82a979327d10fd6177c08088d6d0
parent82318c57607ca983742630c9884e5d30920a3ce1
testsuite: Fix gcc.dg/analyzer/allocation-size-multiline-3.c

For 32-bit newlib targets (such as cris-elf and pru-elf),
that int32_t is "long int".  See other regexps in the
testsuite matching "aka (long )?int" (with single-quotes
where needed) where the pattern in
allocation-size-multiline-3.c matches plain "int".  Uses the
special syntax recently introduced for multi-line patterns.

testsuite:
* gcc.dg/analyzer/allocation-size-multiline-3.c: Handle
int32_t being "long int".
gcc/testsuite/gcc.dg/analyzer/allocation-size-multiline-3.c