aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/layout.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 14:55:03 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 14:55:03 +0200
commitf8c59c050940a36f5aef5b1873bf253935c78fa7 (patch)
treef73f8b17c296c9fe0999681f9e00daaf7924bb08 /gcc/ada/layout.adb
parent3e65bfab4abd298b77ed3a91b13ac6bb5c5305bd (diff)
downloadgcc-f8c59c050940a36f5aef5b1873bf253935c78fa7.zip
gcc-f8c59c050940a36f5aef5b1873bf253935c78fa7.tar.gz
gcc-f8c59c050940a36f5aef5b1873bf253935c78fa7.tar.bz2
[multiple changes]
2014-06-11 Robert Dewar <dewar@adacore.com> * sem_ch13.adb: Minor reformatting. 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com> * sem_prag.adb (Check_Clause_Syntax): Add new local variable Outputs. Account for the case where multiple output items appear as an aggregate. 2014-06-11 Robert Dewar <dewar@adacore.com> * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning with ?j? not ??. 2014-06-11 Ed Schonberg <schonberg@adacore.com> * einfo.ads: Minor reformatting. 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com> * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add new variable First_Node. Update the position after all insertions have taken place to First_Node. 2014-06-11 Robert Dewar <dewar@adacore.com> * debug.adb: Remove debug flag -gnatd.1, no longer needed. * layout.adb (Layout_Type): Remove test of -gnatd.1. From-SVN: r211465
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r--gcc/ada/layout.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb
index 306d5db..f1a833b 100644
--- a/gcc/ada/layout.adb
+++ b/gcc/ada/layout.adb
@@ -2474,10 +2474,6 @@ package body Layout is
N_Function_Specification,
N_Procedure_Specification)
or else Ekind (Scope (E)) = E_Return_Statement)
-
- -- For now, debug flag -gnatd.1 must be set to enable this fix
-
- and then Debug_Flag_Dot_1
then
Init_Size (E, System_Address_Size);