Commit d2c03c72 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.

From-SVN: r202690
parent 195934c5
2013-09-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.
2013-09-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (gigi): Remove dead code.
2013-09-18 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -4812,6 +4812,12 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition)
saved = true;
break;
case E_Abstract_State:
/* This is a SPARK annotation that only reaches here when compiling in
ASIS mode and has no characteristics to annotate. */
gcc_assert (type_annotate_only);
return error_mark_node;
default:
gcc_unreachable ();
}
......
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