Note another case that doesn't work yet.

llvm-svn: 72573
This commit is contained in:
Mike Stump 2009-05-29 16:12:36 +00:00
parent df0fe27b66
commit f9f89a3fee
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ int main() {
// ============================================================ // ============================================================
// Test cases we get wrong. // Test cases we get wrong.
// A use. We load all of a into a copy of a, then load i. gcc forgets to do
// the assignment.
(a = a).i;
// ============================================================ // ============================================================
// Test cases where we intentionally differ from gcc, due to suspected bugs in // Test cases where we intentionally differ from gcc, due to suspected bugs in
// gcc. // gcc.