Upload Tizen:Base source
[external/binutils.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" "" }