| commit | 1d086cf8e7ee0d4d9995a2491f8f822a2ea1d6df | [log] [tgz] |
|---|---|---|
| author | Javier Miranda <miranda@adacore.com> | Thu Aug 07 09:42:15 2025 +0000 |
| committer | Eric Botcazou <ebotcazou@adacore.com> | Thu Sep 11 12:23:22 2025 +0200 |
| tree | 0ae51cfeb8b8e0e9943a220ccc94105354dd54b9 | |
| parent | cb5abf3a78486e0ed0530505c629cdee4029d571 [diff] |
ada: Spurious error on generalized prefix notation The compiler reports a spurious error when a primitive function of an untagged type that returns an array type is invoked using the prefix notation, and the sources are compiled with language extensions enabled. gcc/ada/ChangeLog: * sem_util.adb (Needs_One_Actual): Add support for untagged record types when the sources are compiled with Core Extensions allowed.