aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch12.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2013-07-05 12:25:05 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2013-07-05 12:25:05 +0200
commita1390a6ef6adec0f9abf2b41de88275bd3bd228d (patch)
tree0ae15f5205f8ee1f101620572d74673b26372b63 /gcc/ada/sem_ch12.ads
parentd9adb08caad78c36048380338a1a481dc157bf5f (diff)
downloadgcc-a1390a6ef6adec0f9abf2b41de88275bd3bd228d.zip
gcc-a1390a6ef6adec0f9abf2b41de88275bd3bd228d.tar.gz
gcc-a1390a6ef6adec0f9abf2b41de88275bd3bd228d.tar.bz2
[multiple changes]
2013-07-05 Robert Dewar <dewar@adacore.com> * gnat_rm.texi: Add missing documentation for pragmas. * sem_ch8.adb: Minor reformatting. * gnat_ugn.texi: Document that -gnatR and -gnatD cannot be used together. 2013-07-05 Yannick Moy <moy@adacore.com> * sem_ch12.ads, sem_ch12.adb (Need_Subprogram_Instance_Body): Force instance of subprogram body in SPARK mode, by testing Expander_Active (set in SPARK mode) instead of Full_Expander_Active (not set in SPARK mode). * sem_ch8.adb: Minor reformatting. From-SVN: r200700
Diffstat (limited to 'gcc/ada/sem_ch12.ads')
-rw-r--r--gcc/ada/sem_ch12.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch12.ads b/gcc/ada/sem_ch12.ads
index 3fe88c9..450237b 100644
--- a/gcc/ada/sem_ch12.ads
+++ b/gcc/ada/sem_ch12.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, 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- --
@@ -113,7 +113,6 @@ package Sem_Ch12 is
function Need_Subprogram_Instance_Body
(N : Node_Id;
Subp : Entity_Id) return Boolean;
-
-- If a subprogram instance is inlined, indicate that the body of it
-- must be created, to be used in inlined calls by the back-end. The
-- subprogram may be inlined because the generic itself carries the