1; Test that we get an error with mismatching options.
2
3; { dg-do assemble }
4; { dg-options "--no-underscore --em=crisaout" }
5; { dg-error ".* --no-underscore is invalid with a.out format" "" { target cris-*-* } 0 }
6
7start:
8	nop
9