summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/all/err-1.s
blob: 68fbad54890844af624f4735019576cada06f969 (plain)
1
2
3
4
5
6
7
;# Test .error directive.
;# { dg-do assemble }
 .error "an error message"	;# { dg-error "Error: an error message" }
 .error an error message	;# { dg-error "Error: .error argument must be a string" }
 .error				;# { dg-error "Error: .error directive invoked in source file" }
 .error ".error directive invoked in source file" ;# { dg-error "Error: .error directive invoked in source file" }
 .error ""			;# { dg-error "Error: " }
OpenPOWER on IntegriCloud