x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / warn-1.s
CommitLineData
a7eec876
HPN
1;# Test .warning directive.
2;# { dg-do assemble }
3 .warning "a warning message" ;# { dg-warning "Warning: a warning message" }
4 .warning a warning message ;# { dg-error "Error: .warning argument must be a string" }
5 .warning ;# { dg-warning "Warning: .warning directive invoked in source file" }
6 .warning ".warning directive invoked in source file" ;# { dg-warning "Warning: .warning directive invoked in source file" }
7 .warning "" ;# { dg-warning "Warning: " }
This page took 0.618663 seconds and 4 git commands to generate.