summaryrefslogtreecommitdiff
path: root/gcc/ada/g-alveop.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-20 14:35:51 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-20 14:35:51 +0000
commit0b29254ec01d813237fa5c41080ccb775009bbbe (patch)
treef3e1d72804902cd51a26badb810fb60cb7ebb953 /gcc/ada/g-alveop.adb
parentafc229dae0af929338dbb660edffdd040a1f83dc (diff)
downloadgcc-0b29254ec01d813237fa5c41080ccb775009bbbe.tar.gz
2015-02-20 Robert Dewar <dewar@adacore.com>
* errout.ads: Document replacement of Name_uPre/Post/Type_Invariant. * erroutc.adb (Set_Msg_Str): Replace _xxx. (Pre/Post/Type_Invariant) by xxx'Class. * erroutc.ads (Set_Msg_Str): Replace _xxx. (Pre/Post/Type_Invariant) by xxx'Class. * sem_prag.adb (Fix_Error): Remove special casing of Name_uType_Invariant. (Analyze_Pre_Post_Condition_In_Decl_Part): Remove special casing of Name_uPre and Name_uPost in aspect case (done in Errout now). 2015-02-20 Robert Dewar <dewar@adacore.com> * g-alveop.adb: Minor style fixes. 2015-02-20 Robert Dewar <dewar@adacore.com> * freeze.adb (Warn_Overlay): Guard against blow up with address clause. 2015-02-20 Bob Duff <duff@adacore.com> * exp_attr.adb (May_Be_External_Call): Remove this. There is no need for the compiler to guess whether the call is internal or external -- it is always external. (Expand_Access_To_Protected_Op): For P'Access, where P is a protected subprogram, always create a pointer to the External_Subprogram. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-alveop.adb')
-rw-r--r--gcc/ada/g-alveop.adb8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ada/g-alveop.adb b/gcc/ada/g-alveop.adb
index c90c09c70e8..0a7b1d3f083 100644
--- a/gcc/ada/g-alveop.adb
+++ b/gcc/ada/g-alveop.adb
@@ -31,14 +31,6 @@
with GNAT.Altivec.Low_Level_Interface; use GNAT.Altivec.Low_Level_Interface;
-------------------------------------
--- GNAT.Altivec.Vector_Operations --
-------------------------------------
-
-------------------------------------
--- GNAT.Altivec.Vector_Operations --
-------------------------------------
-
package body GNAT.Altivec.Vector_Operations is
--------------------------------------------------------