Hello Everyone,
PR reports that sec_implicit2 and sec_implicit regression tests were
failing in darwin. I looked into it and it is due to an uninitialized variable
(rhs_length). This patch pasted below should fix that issue. Is this OK for
trunk?
Here are the ChangeLog entries:
2013-05
Hi,
I updated MAINTAINERS list with following change(patch attached).
thanks, Dinar.
MAINTAINERS.patch
Description: Binary data
The issue here was that rs6000-c.c was creating COMPOUND_LITERAL_EXPR,
which the C++ front end doesn't understand. For C++ let's create
TARGET_EXPRs instead.
Tested powerpc64-unknown-linux-gnu. OK for trunk?
commit a640247e7cdf04126e8a9278394ed99c6a3d5d50
Author: Jason Merrill
Date: Thu Ma
On Wed, May 29, 2013 at 9:36 AM, Dinar Temirbulatov
wrote:
> Here is the corrected version of change. Also, I think, I need
> write-after-approval access to commit the change.
> thanks, Dinar,
>
> PR rtl-optimization/57268
> * sched-deps.c (sched_analyze_2): Flush d
Hi,
oh, This is my mistake I should have bootstrap the compiler. I am
investigating the problem.
thanks, Dinar.
On Sat, Jun 1, 2013 at 7:50 AM, H.J. Lu wrote:
> On Wed, May 29, 2013 at 9:36 AM, Dinar Temirbulatov
> wrote:
>> Here is the corrected version of change. Also, I think, I nee
> ... This patch pasted below should fix that issue. ...
A quick test on darwin (no bootstrap, no full regtest) with
make -k check-gcc RUNTESTFLAGS="cilk-plus.exp --target_board=unix'{-m32,-m64}'"
gives
=== gcc Summary for unix/-m64 ===
# of expected passes2904
101 - 106 of 106 matches
Mail list logo