https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98773
Bug ID: 98773 Summary: [11 regression] Bootstrap failure: "Trmsgggg" conflicts with declaration Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11, sparc-sun-solaris2.11 Between 20210119 (8227106f5668c8fb1f0c5d2026e44cc0b84ee991) and 20210120 (261cdd23195bc921737fd7a44e34a93aaaaccc44), bootstrap began to fail in stage 2: * Solaris/x86: a-except.adb:625:04: "Trmsgggg" conflicts with declaration at line 624 * Solaris/SPARC: osint.ads:51:04: "Taaaaaaaaaaaaaaaa" conflicts with declaration at line 50 a-except.adb:625:04: "Trrrrrrr" conflicts with declaration at line 624 butil.adb:401:55: "T" conflicts with declaration at line 397 osint.ads:51:04: "Taaaaaaaaaaaaaaaa" conflicts with declaration at line 50 erroutc.adb:383:55: "T" conflicts with declaration at line 381 errout.adb:787:07: "Tcccc" conflicts with declaration at line 786 exp_ch6.adb:82:04: "Tbbbbbbbbbbbbbbbb" conflicts with declaration at exp_ch6.ads:59 sem_util.adb:885:30: "T" conflicts with declaration at line 881 sem_util.adb:885:30: "T" conflicts with declaration at line 881 Seems like a miscompilation; haven't started a reghunt yet.