I minimized re.c down to a small test case and it looks like a false positive on the array bounds check. Talking with Jakub, he said that -Warray-bounds has lots of false positives, so I think either removing the use of -Werror=array-bounds or using -O2 as permanent fixes for this is probably best. Since you've already changed to using -O2, we might as well stick with that.
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to x11-apps in Ubuntu. https://bugs.launchpad.net/bugs/1544053 Title: x11-apps fails to build on ppc64el when built with -O3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x11-apps/+bug/1544053/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

