diff options
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r-- | gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst index a5aff66..e1e6853 100644 --- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst @@ -7285,12 +7285,6 @@ there is no guarantee that all the bits will be accessed if the reference is not to the whole object; the compiler is allowed (and generally will) access only part of the object in this case. -It is not permissible to specify ``Atomic`` and ``Volatile_Full_Access`` for -the same type or object. - -It is not permissible to specify ``Volatile_Full_Access`` for a composite -(record or array) type or object that has an ``Aliased`` subcomponent. - .. _Pragma-Volatile_Function: Pragma Volatile_Function |