Index: head/textproc/opentoken/files/patch-opentoken-production-parser-lalr-parser__lists.adb =================================================================== --- head/textproc/opentoken/files/patch-opentoken-production-parser-lalr-parser__lists.adb (nonexistent) +++ head/textproc/opentoken/files/patch-opentoken-production-parser-lalr-parser__lists.adb (revision 414146) @@ -0,0 +1,12 @@ +--- opentoken-production-parser-lalr-parser_lists.adb.orig 2015-05-10 19:22:40 UTC ++++ opentoken-production-parser-lalr-parser_lists.adb +@@ -484,7 +484,8 @@ package body OpenToken.Production.Parser + is + pragma Unreferenced (Container); + begin +- return (Element => Position.Item'Access); ++ -- WORKAROUND: gcc 6 reports an error for 'Access here; this passes all tests ++ return (Element => Position.Item'Unrestricted_Access); + end Constant_Reference; + + type List_Access_Constant is access constant List; Property changes on: head/textproc/opentoken/files/patch-opentoken-production-parser-lalr-parser__lists.adb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property