[PATCHv2] PR ipa/63576: Process speculative edges in ICF

2014-10-29 Thread Ilya Palachev
ent to the bug? I've changed the patch, bootstrapped and regtested on x86_64-unknown-linux-gnu again. Ok for trunk? -- Best regards, Ilya Palachev ------- gcc/ 2014-10-27 Ilya Palachev * ipa-utils.c (compu

[PATCH] PR ipa/63576: Process speculative edges in ICF

2014-10-27 Thread Ilya Palachev
the patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? gcc/ 2014-10-22 Ilya Palachev * ipa-utils.c (compute_edge_count_and_frequency): New function (ipa_merge_profiles): handle speculative case --- gcc/ip

[PATCH] PR lto/61048 Write/read option -fsanitize to/from object files

2014-10-15 Thread Ilya Palachev
existing option section. 2 minor changes are added to existing function that write options (in lto-opts.c) and then read them from object files (lto-wrapper.c). The patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev >F

Re: [PATCH] PR lto/61048 Define missed builtins on demand

2014-10-15 Thread Ilya Palachev
On 15.10.2014 12:09, Richard Biener wrote: On Wed, Oct 15, 2014 at 8:59 AM, Jakub Jelinek wrote: On Tue, Oct 14, 2014 at 08:39:40PM +0400, Ilya Palachev wrote: Attached patch fixes PR lto/61048 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Given that the patch just replaces an ICE

Re: [PATCH] PR lto/61048 Define missed builtins on demand

2014-10-15 Thread Ilya Palachev
On 15.10.2014 10:59, Jakub Jelinek wrote: On Tue, Oct 14, 2014 at 08:39:40PM +0400, Ilya Palachev wrote: Attached patch fixes PR lto/61048 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Given that the patch just replaces an ICE with a necessary link failure, I'd say it is done a

[PATCH] PR lto/61048 Define missed builtins on demand

2014-10-14 Thread Ilya Palachev
. The patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev >From 926a8b84a52f3120c3f71cd28e0d782c719b7791 Mon Sep 17 00:00:00 2001 From: Ilya Palachev Date: Tue, 14 Oct 2014 19:22:32 +0400 Subject: [PATCH] Define missed b

[PATCH] PR lto/59441 Add initialization and release of bitmap obstack

2014-10-07 Thread Ilya Palachev
patch valgrind does not report any errors for the same testcase. The patch was bootstrapped and regtested on x86_64-unknown-linux-gnu. Ok for trunk? Best regards, Ilya Palachev >From 9bf2878c0a74475283b5424f24e46b31feb13cf7 Mon Sep 17 00:00:00 2001 From: Ilya Palachev Date: Tue, 7 Oct 2014 16:09: