https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111434
Bug ID: 111434 Summary: Infinite loop with limited withs? Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: p.p11 at orange dot fr CC: dkm at gcc dot gnu.org Target Milestone: --- Created attachment 55909 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55909&action=edit Full source code reproducer. Compiling source codes with multiple limited withs probably leads to an infinite loop: % gcc -c -gnatv pyside6-qtcore.adb GNAT 13.1.0 Copyright 1992-2023, Free Software Foundation, Inc. ^C When commenting one or several withs the compiler finish. HTH, Pascal. Full source codes in attached archive file.