From 25d43fc00839c41f70c43a2e6d1b13c97192f28f Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 6 Dec 2015 21:19:55 +0000 Subject: [PATCH] lang/asis: Fix build for gcc6 The UET_Address attribute has been removed for gcc6. It was intended for internal use only, but it wasn't used. Rather than apply this patch for GCC6 only through the EXTRA_PATCHES mechanism, just unconditionally remove the check regardless of gnat used to build it. (It should not make any difference). No bump required. --- lang/asis/files/patch-asis_a4g-mapping.adb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/asis/files/patch-asis_a4g-mapping.adb diff --git a/lang/asis/files/patch-asis_a4g-mapping.adb b/lang/asis/files/patch-asis_a4g-mapping.adb new file mode 100644 index 000000000000..6167d1a066b1 --- /dev/null +++ b/lang/asis/files/patch-asis_a4g-mapping.adb @@ -0,0 +1,10 @@ +--- asis/a4g-mapping.adb.orig 2015-05-06 10:56:05 UTC ++++ asis/a4g-mapping.adb +@@ -1933,7 +1933,6 @@ package body A4G.Mapping is + Attribute_Chars = Name_Target_Name or else + Attribute_Chars = Name_To_Address or else + Attribute_Chars = Name_Type_Class or else +- Attribute_Chars = Name_UET_Address or else + Attribute_Chars = Name_Universal_Literal_String or else + Attribute_Chars = Name_Unrestricted_Access or else + Attribute_Chars = Name_Update or else