* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: Do not
short-circuit the regular handling.
From-SVN: r221446
+2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: Do not
+ short-circuit the regular handling.
+
2015-03-13 Robert Dewar <dewar@adacore.com>
* exp_unst.adb (Note_Uplevel_Reference): Eliminate duplicate
case E_Abstract_State:
/* This is a SPARK annotation that only reaches here when compiling in
- ASIS mode and has no characteristics to annotate. */
+ ASIS mode. */
gcc_assert (type_annotate_only);
- return error_mark_node;
+ gnu_decl = error_mark_node;
+ saved = true;
+ break;
default:
gcc_unreachable ();