comparison gcc/testsuite/gnat.dg/lto24.adb @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 -- { dg-do link }
2 -- { dg-options "-O -g -flto" { target lto } }
3
4 with Lto24_Pkg1;
5
6 procedure Lto24 is
7 R : Lto24_Pkg1.Rec (False);
8 begin
9 R.Empty := True;
10 end;