x86: replace NoRex64 on VEX-encoded insns
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / err-1.s
1 ;# Test .error directive.
2 ;# { dg-do assemble }
3 .error "an error message" ;# { dg-error "Error: an error message" }
4 .error an error message ;# { dg-error "Error: .error argument must be a string" }
5 .error ;# { dg-error "Error: .error directive invoked in source file" }
6 .error ".error directive invoked in source file" ;# { dg-error "Error: .error directive invoked in source file" }
7 .error "" ;# { dg-error "Error: " }
This page took 0.029386 seconds and 4 git commands to generate.