summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/arch-err-2.s
blob: d8b2dae5fe2b69c0cc5a01594898f97e192ada9e (plain)
1
2
3
4
5
; Test mismatch of --march=ARCH1 and .arch ARCH2.
; { dg-do assemble }
; { dg-options "--march=v0_v10" }
 .arch v32 ; { dg-error ".arch <arch> requires a matching --march=" }