Re: [PATCH] Fix for PR 59524

2014-01-08 Thread Jeff Law
On 01/08/14 14:16, Iyer, Balaji V wrote: Hello Everyone, Attached, please find a patch will fix the bug mentioned in PR 59524. The main issue was that Cilk keywords tests are running even when the user configured the compiler with --disable-libcilkrts. This patch should fix this issue

Re: [PATCH] Fix cfgcleanup regression (PR rtl-optimization/59724)

2014-01-08 Thread Jeff Law
On 01/08/14 15:42, Jakub Jelinek wrote: On Wed, Jan 08, 2014 at 05:54:55PM +0100, Uros Bizjak wrote: This caused PR59724 on alpha: 20021116-1.c: In function ‘foo’: 20021116-1.c:31:1: error: NOTE_INSN_BASIC_BLOCK is missing for block 9 } ^ 20021116-1.c:31:1: error: insn outside basic block (

Re: [Patch, bfin/c6x] Fix ICE for backends that rely on reorder_loops.

2014-01-08 Thread Jeff Law
On 01/07/14 09:07, Bernd Schmidt wrote: On 01/05/2014 05:10 PM, Teresa Johnson wrote: On Sun, Jan 5, 2014 at 3:39 AM, Bernd Schmidt wrote: I have a different patch which I'll submit next week after some more testing. The assert in cfgrtl is unnecessarily broad and really only needs to trigger

Re: [RFA][PATCH][middle-end/53623] Improve extension elimination

2014-01-08 Thread Jeff Law
On 01/08/14 16:13, Jakub Jelinek wrote: Please add a function comment for it (perhaps saying that it is like single_set but never allows more than one SET). Ok with that change. My bad. Thanks for catching it. Attaching the installed patch for reference. Jeff commit 12e467a657653de484178f0d

Re: [PATCH] Fix PR 59631

2014-01-08 Thread Jeff Law
On 01/07/14 08:14, Iyer, Balaji V wrote: Hello Everyone, The attached patch will fix the issue reported in PR 59631. The main issue was the usage of Cilk spawn [and _Cilk_sync] with -fcilkplus caused an ICE. This patch should fix that. The issue was only reported for C++ but the issue

Re: [PATCH] Final removal of mudflap

2014-01-08 Thread Jeff Law
On 01/01/14 04:28, Ryan Hill wrote: On Sat, 26 Oct 2013 14:41:01 -0600 Jeff Law wrote: Here's the final patch to remove mudflap. Per the multiple recommendations, it leaves the options as nops and warns for them. Can you write something about this for changes.html? It's been so long since I

Re: [PATCH] Fix PR49718 : allow no_instrument_function attribute in class member definition/declaration

2014-01-08 Thread Jeff Law
On 01/08/14 02:05, Laurent Alfonsi wrote: All, I was looking at PR49718. I have enclosed a simple fix for this bug report. 2014-01-07 Laurent Alfonsi * c-family/c-common.c (handle_no_instrument_function_attribute): Allow no_instrument_function attribute in class member defin

Re: [RFC] libgcov.c re-factoring and offline profile-tool

2014-01-08 Thread Xinliang David Li
On Wed, Jan 8, 2014 at 2:20 PM, Rong Xu wrote: > On Wed, Dec 18, 2013 at 9:28 AM, Xinliang David Li wrote: #ifdef L_gcov_merge_ior /* The profile merging function that just adds the counters. It is given - an array COUNTERS of N_COUNTERS old counters and it reads the same

Re: [PATCH] Fix for PR 59524

2014-01-08 Thread Rainer Orth
Jeff Law writes: >> gcc/testsuite/ChangeLog >> +2014-01-08 Balaji V. Iyer >> + >> + PR testsuite/59524 >> + * gcc.dg/cilk-plus/cilk-plus.exp: Make sure the cilk keywords tests >> + are run only if the Cilk library is available/enabled. >> + * g++.dg/cilk-plus/cilk-plus.

Re: [Patch, i386] Separate Intel processor with expanded ISA

2014-01-08 Thread Kirill Yukhin
Hello Allan, On 07 Jan 20:54, Allan Sandfeld Jensen wrote: > On Sunday 29 December 2013, Allan Sandfeld Jensen wrote: > > The function dispatcher might currently choose functions declared with > > target("arch=ivybridge") on a Sandy Bridge CPU. This happens because the > > function is only detected

Re: [patch][i386] Remove code executed only if reload_in_progress (i.e. never)

2014-01-08 Thread Steven Bosscher
On Wed, Jan 8, 2014 at 10:51 PM, Steven Bosscher wrote: > Hello Uros, and everyone else, > > Now that LRA is always used for the i386 targets, reload_in_progress > is never set so all code conditional on it is now dead. The attached > patch removes this code. Bootstrapped&tested on x86_64-unknown-

<    1   2