Home | History | Annotate | Download | only in sh64
      1 ! Check command-line error checking.  The option -expand-pt32 is invalid with
      2 ! -no-expand.
      3 
      4 ! { dg-do assemble }
      5 ! { dg-options "-abi=64 -expand-pt32 -no-expand" }
      6 ! { dg-error ".* invalid together with -no-expand" "" { target sh64-*-* } 0 }
      7 
      8 	.text
      9 start:
     10 	nop
     11