Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / lvalue3.C
blobc7f0803932049cbfd1afb580f05bd7ac5a3ac8ac
1 // { dg-do assemble  }
2 // Bug: C++ semantics for assignment don't match the backend semantics for
3 // MODIFY_EXPR.
5 void
6 foo (int j)
8   (j = 1)++;                    // causes compiler segfault