comparison gcc/testsuite/gcc.c-torture/compile/20031125-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
2
1 short *_offsetTable; 3 short *_offsetTable;
2 /* This tests to make sure PRE splits the entry block ->block 0 edge 4 /* This tests to make sure PRE splits the entry block ->block 0 edge
3 when there are multiple block 0 predecessors. 5 when there are multiple block 0 predecessors.
4 This is done so that we don't end up with an insertion on the 6 This is done so that we don't end up with an insertion on the
5 entry block -> block 0 edge which would require a split at insertion 7 entry block -> block 0 edge which would require a split at insertion