Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cris / arch-err-5.s
1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
2 ; { dg-do assemble }
3 ; { dg-options "--march=v10" }
4  .arch v0_v10 ; { dg-error ".arch <arch> requires a matching --march=" }
5