Commit 5ce43522 by Arnaud Charlet

Update error message.

From-SVN: r131087
parent 482434dc
-- { dg-do compile }
package Variant_Part is
type T1(b: boolean) is record
case (b) is -- { dg-error "discriminant name expected" }
case (b) is -- { dg-error "discriminant name may not be parenthesized" }
when others => null;
end case;
end record;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment