Message ID | 4E306366.6010904@redhat.com |
---|---|
State | New |
Headers | show |
Index: c-c++-common/cxxbitfields-4.c =================================================================== --- c-c++-common/cxxbitfields-4.c (revision 176824) +++ c-c++-common/cxxbitfields-4.c (working copy) @@ -15,4 +15,4 @@ void update_c(struct bits *p, int val) p -> c = val; } -/* { dg-final { scan-assembler-not "movl" } } */ +/* { dg-final { scan-assembler "mov\[bw\]" } } */ Index: c-c++-common/cxxbitfields-5.c =================================================================== --- c-c++-common/cxxbitfields-5.c (revision 176824) +++ c-c++-common/cxxbitfields-5.c (working copy) @@ -26,4 +26,4 @@ void foo() p -> c = 55; } -/* { dg-final { scan-assembler-not "movl\t\\(" } } */ +/* { dg-final { scan-assembler "mov\[bw\]" } } */