FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lvalue3.C
bloba3edaac6557e67a550abb202a7a83d5973c06bfe
1 // Bug: C++ semantics for assignment don't match the backend semantics for
2 // MODIFY_EXPR.
3 // Build don't link:
5 void
6 foo (int j)
8   (j = 1)++;                    // causes compiler segfault