]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mmix/err-greg1.s
Add MMIX support
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mmix / err-greg1.s
1 % { dg-do assemble { target mmix-*-* } }
2
3 % One more than greg9.s is one too many.
4 % The error is reported on the wrong line. Methinks that error is
5 % attributable to the .rept machinery. No xfail+bogus for this one.
6
7 Main SWYM 0
8 .rept 223
9 GREG
10 .endr % { dg-error "too many GREG registers allocated" "" }