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