forked from OSchip/llvm-project
parent
df0fe27b66
commit
f9f89a3fee
|
@ -82,6 +82,10 @@ int main() {
|
|||
// ============================================================
|
||||
// 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
|
||||
// gcc.
|
||||
|
|
Loading…
Reference in New Issue