From 59ca7bac23b6b53257582966f19a3e84ea0138a2 Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 6 Jun 2007 10:52:32 +0000 Subject: 2007-04-20 Robert Dewar * a-reatim.adb: Documentation addition * g-cgideb.adb: Minor code reorganization * tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb, mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads, s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting. * debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete function. Change name New_Scope to Push_Scope (Get_Debug_Flag_K): Remove unused obsolete function. * exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to Push_Scope. * makeusg.adb: Update Copyright notice Add line for switch -aP * makeusg.adb: Fix wording of some usage messages * s-assert.adb (Raise_Assert_Failure): Add call to Debug_Raise_Assert_Failure. * s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min (2, Standard'Alignment) for compatibility with AAMP (where alignment is restricted to 1). * s-wchjis.adb: Remove use of System.Pure_Exceptions * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the node location to No_Location when we're not debugging the expanded code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125478 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/s-restri.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/s-restri.ads') diff --git a/gcc/ada/s-restri.ads b/gcc/ada/s-restri.ads index d56a19f5364..f1909e3cc5c 100644 --- a/gcc/ada/s-restri.ads +++ b/gcc/ada/s-restri.ads @@ -44,6 +44,7 @@ with System.Rident; package System.Restrictions is pragma Preelaborate; + pragma Discard_Names; package Rident is new System.Rident; -- cgit v1.2.1