[Bug lto/67157] Compiling gcc6 with liblto_plugin, v5.2.0

2015-08-22 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67157 Guido Haztsis guido.hatzsis at yandex dot com changed: What|Removed |Added CC

[Bug lto/66784] no symbol emitted for builtin with lto

2015-08-04 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66784 --- Comment #2 from Guido Haztsis guido.hatzsis at yandex dot com --- Well I believe that the is_builtin_fn cometh from here: +2488 gcc/lto-streamer-out.c if (!TREE_PUBLIC (t) || is_builtin_fn (t) || DECL_ABSTRACT_P (t

[Bug c/66784] New: no symbol emitted for builtin with lto

2015-07-06 Thread guido.hatzsis at yandex dot com
Assignee: unassigned at gcc dot gnu.org Reporter: guido.hatzsis at yandex dot com Target Milestone: --- No symbols are emitted when compiling a built-in with -flto. eg: # cat __EOF bar.i _Complex float __mulsc3(float x, float y, float z, float a) { return -1.0; } __EOF # rm bar.o

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-07-01 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #10 from Guido Haztsis guido.hatzsis at yandex dot com --- (In reply to Richard Biener from comment #9) Are you sure you produced all LTO bytecode with exactly the same compiler? Reminds me to bump the LTO bytecode version again

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-28 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #6 from Guido Haztsis guido.hatzsis at yandex dot com --- (In reply to H.J. Lu from comment #5) (In reply to Andrew Pinski from comment #4) MUSL support is not included in GCC 5.x is another thing. Also you are using x32 which

[Bug c/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #1 from Guido Haztsis guido.hatzsis at yandex dot com --- Created attachment 35861 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35861action=edit preproc source

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #3 from Guido Haztsis guido.hatzsis at yandex dot com --- Musl claims that they support LTO. Also all that I have changed was bumping gcc from the 5.1_release tag to the latest overnight commit. The res file doesn't even include

[Bug c/66687] New: WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: guido.hatzsis at yandex dot com Target Milestone: --- Created attachment 35860 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35860action=edit res file With gcc