commit | ef060930c4e389cf15e01837249451105f079187 | [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:52 2021 +0200 |
tree | ee7de9a475aabea64f7e37034cce65efe8f7d56b | |
parent | 79bab5218c959f79d3c01b444d7920abb010a8e4 [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.