summaryrefslogtreecommitdiff
path: root/gcc/ada/cstand.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-22 10:19:58 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-22 10:19:58 +0000
commitc9d7c2c0013262f8fbd9b41320c1c5eccbd8bdac (patch)
tree9ef7cb8b3a3114393fa1cbd08628522c8260c6ef /gcc/ada/cstand.adb
parent95b21580cbeac84f3f8bd2c38a75379391279c49 (diff)
downloadgcc-c9d7c2c0013262f8fbd9b41320c1c5eccbd8bdac.tar.gz
2010-10-22 Ed Schonberg <schonberg@adacore.com>
* sem_util.adb (May_Be_Lvalue): An actual in a function call can be an lvalue in Ada2012, if the function has in-out parameters. 2010-10-22 Robert Dewar <dewar@adacore.com> * cstand.adb, einfo.adb, exp_attr.adb, sem_prag.adb, sem_vfpt.adb, sem_ch10.adb: Minor reformatting. 2010-10-22 Sergey Rybin <rybin@adacore.com> * gnat_ugn.texi: Remove most of the content of gnatcheck chapter. 2010-10-22 Ed Schonberg <schonberg@adacore.com> * sem_attr.adb: Handle indexed P'old. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/cstand.adb')
-rw-r--r--gcc/ada/cstand.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/cstand.adb b/gcc/ada/cstand.adb
index 2f057ffe888..ea1ecb661e8 100644
--- a/gcc/ada/cstand.adb
+++ b/gcc/ada/cstand.adb
@@ -146,7 +146,6 @@ package body CStand is
if AAMP_On_Target then
Set_Float_Rep (E, AAMP);
-
else
Set_Float_Rep (E, IEEE_Binary);
end if;