Home | History | Annotate | Download | only in mmix
      1 % { dg-do assemble { target mmix-*-* } }
      2 % Check that error handling for the restrictions on LOCAL works.
      3  LOCAL 128 % { dg-error "LOCAL must be placed in code or data" "" }
      4 
      5  LOC Data_Segment
      6  OCTA 0
      7