Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / opt / cse1.C
blobbe1ad5a1143d476e1e5c8a13e293a1de658970ec
1 // PR optimization/6759
2 // This testcase ICEd on SPARC because folded REG_EQUAL
3 // note was note stored back and fold_rtx left invalid rtx
4 // in it.
5 // { dg-do compile }
6 // { dg-options "-O2" }
8 struct A
10   long long a;
11   A (unsigned short d) : a (d) {}
12 } x (65535);