(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr94577.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mcmodel=large -mabi=ilp32 -fno-pie" } */
       3  
       4  void
       5  foo ()
       6  {
       7    // Do nothing
       8  }
       9  
      10  /* { dg-message "sorry, unimplemented: code model 'large' not supported in ilp32 mode"  "" { target *-*-* } 0 } */