[Ada] Attach the special GNATprove HEAP entity to the Standard package
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 17 Jul 2018 08:05:54 +0000 (08:05 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 17 Jul 2018 08:05:54 +0000 (08:05 +0000)
commit7abe752684b9afa6aa4bf4f293c9f2e13bd38835
treeed9db58a0f1c67f74a74ff679f98177ab0a0e9c4
parente92b81f2190f2273e5bb5c507a09f4580ae570df
[Ada] Attach the special GNATprove HEAP entity to the Standard package

In GNATprove mode we use frontend cross-references to synthesize the
Global contract of subprograms with SPARK_Mode => Off and represent
a read/write via a pointer as a read/write of a special entity called
HEAP. This entity is now attached to the Standard package, so that we can
safely check the Ekind of its Scope, which now happens in Scope_Within.

This only affects GNATprove, so no frontend test provided.

2018-07-17  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

* lib-xref-spark_specific.adb (Create_Heap): Attach the HEAP entity to
the Standard package.

From-SVN: r262771
gcc/ada/ChangeLog
gcc/ada/lib-xref-spark_specific.adb