* gcc-interface/utils.c (create_subprog_decl): Move code dealing with
[official-gcc.git] / gcc / testsuite / gnat.dg / inline9.adb
blobd64e134acf3fa2cd91f393b2cdb04edd4856c778
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn -Winline" }
3 -- { dg-warning "not marked Inline" "" { target *-*-* } 0 }
4 -- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }
6 with Inline9_Pkg; use Inline9_Pkg;
8 procedure Inline9 is
9 begin
10 Test (0);
11 end;