[Bug 1899114] Re: internal compiler error: SSA corruption

2021-03-08 Thread Jesse
I think this still affects package GCC-10 on both focal and groovy. Specifically the second repro posted above still crashes GCC. I'm repeating it here for clarity: ``` a; b() { int c, d; __sigsetjmp(); for (; a;) for (; d;) { if (c) c = e(); f(); } } ``` puttin

[Bug 1899114] Re: internal compiler error: SSA corruption

2020-10-09 Thread Jesse
hmmm, I really want to highlight gcc-snapshot (groovy) but can't figure out how to change "focal" to "groovy" ** Also affects: gcc-snapshot (Ubuntu) Importance: Undecided Status: New ** No longer affects: gcc-snapshot (Ubuntu Focal) -- You received this bug notification because you ar

[Bug 1899114] Re: internal compiler error: SSA corruption

2020-10-09 Thread Jesse
Notice my second repro triggers the same error message in both gcc-10 and gcc-snapshot in groovy. Can you confirm those are fixed as well? I haven't used launchpad much in the last 8 years, I can't figure out how to also tag gcc-10 (groovy) and gcc-snapshot (groovy). -- You received this bug noti

[Bug 1899114] Re: internal compiler error: SSA corruption

2020-10-09 Thread Matthias Klose
confirmed, and fixed in focal. will be updated when we update gcc-10 in focal again. ** Also affects: gcc-10 (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: gcc-10 (Ubuntu Focal) Status: New => Triaged ** Changed in: gcc-10 (Ubuntu) Status: New => Fix Re