tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gnat.dg / inline7.adb
blob390d627b2f5d8972aba36914f9272d308fc2d2a4
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 Inline7_Pkg1; use Inline7_Pkg1;
8 procedure Inline7 is
9 begin
10 Test (0);
11 end;