https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338
Bug ID: 87338 Summary: gcc 8.2 fails to bootstrap on ia64 Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- In GCC 8.2, the compiler fails to bootstrap due to many files differing between stage2 and stage3. After removing the "STAGE2_CFLAGS += -gtoggle" line from src/config/bootstrap-debug.mk, the compiler successfully bootstraps. This is with the Debian gcc-8 packaging.