re PR tree-optimization/71994 (ICE: verify_gimple failed)
gcc/testsuite/ChangeLog: 2016-07-28 Kugan Vivekanandarajah <kuganv@linaro.org> PR middle-end/71994 * gcc.dg/torture/pr71994.c: New test. From-SVN: r238803
This commit is contained in:
parent
4536610dd4
commit
d671006dcd
1 changed files with 14 additions and 0 deletions
14
gcc/testsuite/gcc.dg/torture/pr71994.c
Normal file
14
gcc/testsuite/gcc.dg/torture/pr71994.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* PR tree-optimization/71994 */
|
||||
/* { dg-do compile } */
|
||||
int om, h6;
|
||||
|
||||
void eo (void)
|
||||
{
|
||||
const int tl = 1;
|
||||
int ln;
|
||||
|
||||
h6 = (om + tl) > 0;
|
||||
ln = om && (om & h6);
|
||||
h6 = om;
|
||||
om = ln < h6;
|
||||
}
|
Loading…
Add table
Reference in a new issue