Commit 68152b20 by Uros Bizjak Committed by H.J. Lu

Also scan movb.

2010-08-19  Uros Bizjak  <ubizjak@gmail.com>

	PR testsuite/45324
	* gcc.target/i386/volatile-bitfields-1.c: Also scan movb.

From-SVN: r163372
parent f3eb3e27
2010-08-19 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/45324
* gcc.target/i386/volatile-bitfields-1.c: Also scan movb.
2010-08-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2010-08-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* gcc.dg/vect/vect-1.c (foo): Fix last commit. * gcc.dg/vect/vect-1.c (foo): Fix last commit.
......
...@@ -14,4 +14,4 @@ int foo () ...@@ -14,4 +14,4 @@ int foo ()
return bits.b; return bits.b;
} }
/* { dg-final { scan-assembler "movzbl.*bits" } } */ /* { dg-final { scan-assembler "mov(b|zbl).*bits" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment