Home | History | Annotate | Download | only in cris
      1 ; Test warning for expansion of branches.
      2 
      3 ;  { dg-do assemble { target cris-*-* } }
      4 ;  { dg-options "-N" }
      5 
      6  .text
      7 start:
      8  ba external_symbol ; { dg-warning "32-bit conditional branch generated" }
      9  nop
     10