emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36788: closed (26.1; ada-mode 6.0.0 should support function expressi


From: GNU bug Tracking System
Subject: bug#36788: closed (26.1; ada-mode 6.0.0 should support function expressions returning aggregates directly)
Date: Sat, 14 Dec 2019 18:03:01 +0000

Your message dated Sat, 14 Dec 2019 10:02:30 -0800
with message-id <address@hidden>
and subject line closed by ada-mode 6.2.1
has caused the debbugs.gnu.org bug report #36788,
regarding 26.1; ada-mode 6.0.0 should support function expressions returning 
aggregates directly
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36788: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36788
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; ada-mode 6.0.0 should support function expressions returning aggregates directly Date: Wed, 24 Jul 2019 18:13:56 +0200
Package: emacs, ada-mode
X-Debbugs-CC: address@hidden
Severity: minor

Hello,

ada_mode_wisi_lr1_parse.exe does not follow AI12-0157[1], which allows
a function expression to return an aggregate directly as opposed to
an aggregate enclosed in an extra pair of parentheses:

package P is
   type T is null record;
   function F return T is (null record);
end P;

ada-mode 6.0 and later (checked with 6.1.1) show red exclamation marks
in the margin at function F.  C-c C-f says:

p.adb:3:51: syntax error: expecting BEGIN, ENTRY, FOR, FUNCTION, GENERIC, NOT, OVERRIDING, PACKAGE, PRAGMA, PROCEDURE, PROTECTED, SUBTYPE, TASK, TYPE, USE, IDENTIFIER, found 'LEFT_PAREN'

Changing the line to

   function F return T is ((null record));

removes the parsing error.

I know that GNAT Pro has had support for AI12-0157 for at least
a couple of years and I'm pretty sure the latest GNAT GPL Edition
has it too.

[1] http://www.ada-auth.org/cgi-bin/cvsweb.cgi/ai12s/ai12-0157-1.txt?rev=1.6

--
Ludovic Brenta.



--- End Message ---
--- Begin Message --- Subject: closed by ada-mode 6.2.1 Date: Sat, 14 Dec 2019 10:02:30 -0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)
-- 
-- Stephe


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]