]> gcc.gnu.org Git - gcc.git/commitdiff
Remove problematic declaration for 32-bit targets
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 9 Sep 2024 10:23:42 +0000 (12:23 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 9 Sep 2024 10:32:10 +0000 (12:32 +0200)
gcc/testsuite
PR ada/115246
* gnat.dg/alignment14.adb (My_Int2): Delete.
(Arr2): Likewise.

gcc/testsuite/gnat.dg/alignment14.adb

index 48ef6bd14e60210c10d6691ddd6a48465520ab81..a5890a91148eeb0fa06709205cdc5d149ce31492 100644 (file)
@@ -7,11 +7,6 @@ procedure Alignment14 is
 
   type Arr1 is array (1 .. 2) of My_Int1;
 
-  type My_Int2 is new Integer;
-  for My_Int2'Alignment use 16;
-
-  type Arr2 is array (1 .. 2) of My_Int2;
-
 begin
    null;
 end Alignment14;
This page took 0.067759 seconds and 5 git commands to generate.