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
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
(
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
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
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
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
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
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
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.
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
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-
101 - 111 of 111 matches
Mail list logo