https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The assert in nlists.adb:674 that triggers is
function List_Containing (Node : Node_Or_Entity_Id) return List_Id is
begin
pragma Assert (Is_List_Member (Node));
return List_Id (Link (Node));
end List_Containing;
but without a backtrace it's hard to say where the Ada FE goes off (hint:
can we please have libbacktrace backtrace printing on ICEs?)