https://gcc.gnu.org/g:0f02f8281e6c98b7ca8291c63f1fb9677e36bc87
commit r17-1187-g0f02f8281e6c98b7ca8291c63f1fb9677e36bc87 Author: Ronan Desplanques <[email protected]> Date: Fri Apr 10 15:57:41 2026 +0200 ada: Remove doc for long gone field The field Contains_Ignored_Ghost_Code was removed by the transition to Gen_IL but its einfo.ads documentation stayed around. This patch removes this documentation. gcc/ada/ChangeLog: * einfo.ads (Contains_Ignored_Ghost_Code): Remove documentation. Diff: --- gcc/ada/einfo.ads | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index b0283e2a0b1e..f8ea99719e03 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -730,11 +730,6 @@ package Einfo is -- Component_Type [implementation base type only] -- Defined in array types and string types. References component type. --- Contains_Ignored_Ghost_Code --- Defined in blocks, packages and their bodies, subprograms and their --- bodies. Set if the entity contains any ignored Ghost code in the form --- of declaration, procedure call, assignment statement or pragma. - -- Continue_Mark -- Defined in loop entities. It points to the loop's statement after -- which the label for continue statements must be inserted if one is
