[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 Andrew Pinski changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2017-07-05 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 Georg-Johann Lay changed: What|Removed |Added Last reconfirmed|2016-01-21 00:00:00 |2017-7-5 CC|

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2017-01-18 Thread romain at quarkstudio dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 Romain Lalaut changed: What|Removed |Added CC||romain at quarkstudio dot fr --- Comment

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2016-03-02 Thread dev-zero at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 Tiziano Müller changed: What|Removed |Added CC||dev-zero at gentoo dot org --- Comment

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2016-01-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-18 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #7 from acsawdey at gcc dot gnu.org --- Testing with 270468, -flto-partition=max does work and the code runs. However -flto-partition=1to1 gets the register global error.

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 Richard Biener changed: What|Removed |Added Keywords||lto CC|

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-17 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #5 from acsawdey at gcc dot gnu.org --- The partitioning seems to be involved. If you add -flto-partition=max, you can get past the global register error. However 230270 that I've been using for testing then hits a recursive inlining e

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #4 from Andrew Pinski --- First off it seems wrong PHP is using global registers. But anyways the problem looks related to partitioning.

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-17 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #3 from acsawdey at gcc dot gnu.org --- Created attachment 36737 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36737&action=edit main.i

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-17 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #1 from acsawdey at gcc dot gnu.org --- Created attachment 36735 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36735&action=edit zend_execute.i

[Bug lto/68384] LTO error for global register variables in PHP 7 compiling on powerpc64le

2015-11-17 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384 --- Comment #2 from acsawdey at gcc dot gnu.org --- Created attachment 36736 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36736&action=edit php_cli.i