summaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-12-18 07:14:49 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-12-18 07:14:49 +0000
commit2b0451b77242d8071aa3c2b077deb84c17170223 (patch)
tree2b1e1b3c70ecc891d714929f139af0e3951bd9d1 /gcc/ada
parent1198a9351f6a5e77a9b02c96afddb1c663cedae9 (diff)
[Ada] Minor housekeeping work in Create_Standard
2019-12-18 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * cstand.adb (Create_Standard): Remove duplicate line and adjust. From-SVN: r279511
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/cstand.adb3
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 75a7c75b19b..9900e9ad5f1 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-18 Eric Botcazou <ebotcazou@adacore.com>
+
+ * cstand.adb (Create_Standard): Remove duplicate line and
+ adjust.
+
2019-12-18 Javier Miranda <miranda@adacore.com>
* debug.adb: Document -gnatd_K as a reserved switch for the
diff --git a/gcc/ada/cstand.adb b/gcc/ada/cstand.adb
index 86ec8f98c4d..5f3d69f0187 100644
--- a/gcc/ada/cstand.adb
+++ b/gcc/ada/cstand.adb
@@ -717,6 +717,7 @@ package body CStand is
Build_Signed_Integer_Type
(Standard_Short_Short_Integer, Standard_Short_Short_Integer_Size);
+ Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Build_Signed_Integer_Type
(Standard_Short_Integer, Standard_Short_Integer_Size);
@@ -734,7 +735,6 @@ package body CStand is
Create_Unconstrained_Base_Type
(Standard_Short_Short_Integer, E_Signed_Integer_Subtype);
- Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Create_Unconstrained_Base_Type
(Standard_Short_Integer, E_Signed_Integer_Subtype);
@@ -747,7 +747,6 @@ package body CStand is
Create_Unconstrained_Base_Type
(Standard_Long_Long_Integer, E_Signed_Integer_Subtype);
- Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Create_Float_Types;