From 1a18fd4eaa42a8de3f64eed6412f48410fecf3e7 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Wed, 10 Jun 2020 09:44:11 +0000 Subject: [PATCH] Drop pragma Volatile because it crashes GNAT CE 2020 and FSF GCC 10.1 --- matreshka/source/league/matreshka-internals-regexps.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matreshka/source/league/matreshka-internals-regexps.ads b/matreshka/source/league/matreshka-internals-regexps.ads index 8534c8e75..85c802cf1 100644 --- a/matreshka/source/league/matreshka-internals-regexps.ads +++ b/matreshka/source/league/matreshka-internals-regexps.ads @@ -218,7 +218,7 @@ package Matreshka.Internals.Regexps is -- Slices of captured data. Captures : Shared_String_Array (0 .. Groups); - pragma Volatile (Captures); + -- pragma Volatile (Captures); -- Actual captured data. end record; -- Shared match is a results of the match of the string to pattern. When