[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2020-06-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 Martin Sebor changed: What|Removed |Added Last reconfirmed|2018-08-09 00:00:00 |2020-6-10 Known to fail|

[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2018-08-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2018-08-13 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 Ilya Leoshkevich changed: What|Removed |Added CC||rguenth at gcc dot gnu.org ---

[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2018-08-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2018-08-09 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 --- Comment #2 from Ilya Leoshkevich --- C-Reduced version: struct a { long b[128 / (8 * 8)]; }; int c; void d() { a *e; long f; int g = 1; for (; g >= 0; g--) { f = e->b[g]; if (f) goto h; } __builtin_unreachable();

[Bug tree-optimization/86889] s390x gcc build fails when configured with --disable-checking

2018-08-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86889 Martin Sebor changed: What|Removed |Added Keywords||diagnostic CC|