summaryrefslogtreecommitdiff
path: root/gcc/ada/alloc.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-26 07:43:45 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-26 07:43:45 +0000
commit20e13d022742230e7bd1ee33e51e3e64d3cfc982 (patch)
tree3fdeee005736db3b337ad6cec2d088303c8bb89a /gcc/ada/alloc.ads
parente1a0cc7b7e807e6f0ae790da1a452af403121f9e (diff)
downloadgcc-20e13d022742230e7bd1ee33e51e3e64d3cfc982.tar.gz
2008-03-26 Tristan Gingold <gingold@adacore.com>
* init.c: Do not adjust pc for HPARITH on alpha/vms. 2008-03-26 Robert Dewar <dewar@adacore.com> * lib-xref.adb: (OK_To_Set_Reference): New function (Generate_Reference): Don't set referenced from occurrence in Warnings, Unmodified, or Unreferenced pragma 2008-03-26 Robert Dewar <dewar@adacore.com> * alloc.ads: Add entries for Warnings_Off_Pragmas table 2008-03-26 GNAT Script <nobody@adacore.com> * Make-lang.in: Makefile automatically updated git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133586 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/alloc.ads')
-rw-r--r--gcc/ada/alloc.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/alloc.ads b/gcc/ada/alloc.ads
index 317d3ffa3e1..3707ecf5543 100644
--- a/gcc/ada/alloc.ads
+++ b/gcc/ada/alloc.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -141,6 +141,9 @@ package Alloc is
Unreferenced_Entities_Initial : constant := 1_000; -- Sem_Warn
Unreferenced_Entities_Increment : constant := 100;
+ Warnings_Off_Pragmas_Initial : constant := 500; -- Sem_Warn
+ Warnings_Off_Pragmas_Increment : constant := 100;
+
With_List_Initial : constant := 10; -- Features
With_List_Increment : constant := 300;