aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20011119-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20011119-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20011119-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20011119-1.c b/gcc/testsuite/gcc.dg/20011119-1.c
index 5b3c00cd36f..0df09a3f778 100644
--- a/gcc/testsuite/gcc.dg/20011119-1.c
+++ b/gcc/testsuite/gcc.dg/20011119-1.c
@@ -74,7 +74,7 @@ main()
"call %P0\n\t"
"addl $12, %%esp\n\t"
"popl %%ebp"
- : : "i"(ustrzcat));
+ : : "i"(ustrzcat) : "memory" );
return 0;
}