comparison gcc/ada/alloc.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 -- -- 4 -- --
5 -- A L L O C -- 5 -- A L L O C --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under -- 11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
65 File_Name_Chars_Increment : constant := 100; 65 File_Name_Chars_Increment : constant := 100;
66 66
67 In_Out_Warnings_Initial : constant := 100; -- Sem_Warn 67 In_Out_Warnings_Initial : constant := 100; -- Sem_Warn
68 In_Out_Warnings_Increment : constant := 100; 68 In_Out_Warnings_Increment : constant := 100;
69 69
70 Ignored_Ghost_Units_Initial : constant := 20; -- Sem_Util 70 Ignored_Ghost_Nodes_Initial : constant := 100; -- Ghost
71 Ignored_Ghost_Units_Increment : constant := 50; 71 Ignored_Ghost_Nodes_Increment : constant := 100;
72 72
73 Inlined_Initial : constant := 100; -- Inline 73 Inlined_Initial : constant := 100; -- Inline
74 Inlined_Increment : constant := 100; 74 Inlined_Increment : constant := 100;
75 75
76 Inlined_Bodies_Initial : constant := 50; -- Inline 76 Inlined_Bodies_Initial : constant := 50; -- Inline