[Bug other/53742] bad assembler output when compiling with LTO and PGO

2017-11-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2017-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #9 from ioctl at yandex dot ru 2012-06-21 10:07:44 UTC --- (In reply to comment #8) > Surely not using -freorder-blocks-and-partition will fix this? Yes, it fixes. >The actual > bug should not be LTO or PGO related. Without profile d

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #8 from Richard Guenther 2012-06-21 09:35:16 UTC --- Surely not using -freorder-blocks-and-partition will fix this? The actual bug should not be LTO or PGO related.

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #7 from ioctl at yandex dot ru 2012-06-21 09:27:46 UTC --- I have two ld: GNU and GOLD. Problem appears before ld call, but with such gcc keys ld GOLD must be called. It version is GNU gold (GNU Binutils 2.22.0.20120323) 1.11.

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #6 from ioctl at yandex dot ru 2012-06-21 09:22:36 UTC --- GNU assembler version 2.22.0 (i686-pc-linux-gnu) using BFD version (GNU Binutils) 2.22.0.20120323

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #5 from Andrew Pinski 2012-06-21 09:12:50 UTC --- What version of binutils are you using? Also are you using gold or GNU ld?

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #4 from ioctl at yandex dot ru 2012-06-21 09:07:18 UTC --- Created attachment 27679 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27679 Assembler output that rejected by as

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #3 from ioctl at yandex dot ru 2012-06-21 09:05:36 UTC --- Created attachment 27678 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27678 Full c++ console output

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #2 from ioctl at yandex dot ru 2012-06-21 09:04:20 UTC --- Created attachment 27677 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27677 Profile data

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #1 from ioctl at yandex dot ru 2012-06-21 09:03:45 UTC --- Created attachment 27676 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27676 Preprocessed source