commit | 35382423fe1a631654708182b169ca104bba4730 | [log] [tgz] |
---|---|---|
author | Eric Botcazou <ebotcazou@adacore.com> | Fri May 21 10:57:02 2021 +0200 |
committer | Eric Botcazou <ebotcazou@adacore.com> | Fri May 21 10:58:29 2021 +0200 |
tree | 298cd18e3a3f09c9d42eee23cb9612a8143f532c | |
parent | 36a70e6b64be306cf6384becbd21c65ac8bd22fa [diff] |
Fix internal error on locally derived bit-packed array type This is a regression present on the mainline, 11 and 10 branches, in the form of an ICE on a locally derived bit-packed array type. gcc/ada/ * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Process the implementation type of a packed type implemented specially. gcc/testsuite/ * gnat.dg/derived_type7.adb, gnat.dg/derived_type7.ads: New test.