From 20e13d022742230e7bd1ee33e51e3e64d3cfc982 Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 26 Mar 2008 07:43:45 +0000 Subject: 2008-03-26 Tristan Gingold * init.c: Do not adjust pc for HPARITH on alpha/vms. 2008-03-26 Robert Dewar * 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 * alloc.ads: Add entries for Warnings_Off_Pragmas table 2008-03-26 GNAT Script * Make-lang.in: Makefile automatically updated git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133586 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/alloc.ads | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/ada/alloc.ads') 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; -- cgit v1.2.1