]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Untangle check for restriction No_Implementation_Attributes
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 26 Mar 2024 15:52:08 +0000 (16:52 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 7 Jan 2025 12:33:34 +0000 (13:33 +0100)
commitb014d250119378663d4a5d4a650fa53bbaca1c3f
treef119559abdbaa4d591f001bbc7ec7d1dec3a478d
parenta1b92ccf90b7376dbe36716d75fb270434797ddc
ada: Untangle check for restriction No_Implementation_Attributes

Code cleanup; given that no attribute is both defined by Ada 83 and specific to
GNAT, the semantics is unaffected.

gcc/ada/ChangeLog:

* sem_attr.adb (Analyze_Attribute): Simplify logic.
gcc/ada/sem_attr.adb