| commit | a30e425255a3bde94b4669624903bee3f1f1662f | [log] [tgz] |
|---|---|---|
| author | Eric Botcazou <ebotcazou@adacore.com> | Fri May 02 01:30:56 2025 +0200 |
| committer | Eric Botcazou <ebotcazou@adacore.com> | Thu Jul 03 11:48:16 2025 +0200 |
| tree | cb940b9865dd9aaf79cc8c0071852da74fdcf183 | |
| parent | 81645c63e925e5fafb6e0836e0cd5585a0bec1d0 [diff] |
ada: Fix missing error on too large Component_Size not multiple of storage unit This is a small regression introduced a few years ago. gcc/ada/ChangeLog: * gcc-interface/decl.cc (gnat_to_gnu_component_type): Validate the Component_Size like the size of a type only if the component type is actually packed.