aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/alloc.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-03-26 08:43:45 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2008-03-26 08:43:45 +0100
commitbc9bb02d4ec4130e7e6ffdbb29f6fc57b4137a6c (patch)
tree3fdeee005736db3b337ad6cec2d088303c8bb89a /gcc/ada/alloc.ads
parentf53f9dd7812d03d2301d3b3ff6d81bcbed9455d3 (diff)
downloadgcc-bc9bb02d4ec4130e7e6ffdbb29f6fc57b4137a6c.zip
gcc-bc9bb02d4ec4130e7e6ffdbb29f6fc57b4137a6c.tar.gz
gcc-bc9bb02d4ec4130e7e6ffdbb29f6fc57b4137a6c.tar.bz2
[multiple changes]
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 From-SVN: r133586
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 317d3ff..3707ecf 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;