]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/cris/arch-err-3.s
daily update
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / cris / arch-err-3.s
CommitLineData
05e6b315
HPN
1; Test mismatch of --march=ARCH1 and .arch ARCH2.
2; { dg-do assemble }
3; { dg-options "--march=common_v10_v32" }
4 .arch v32 ; { dg-error ".arch <arch> requires a matching --march=" }
5