[PATCH] fix for pr 57474

2013-05-31 Thread Iyer, Balaji V
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

Updated MAINTAINERS

2013-05-31 Thread Dinar Temirbulatov
Hi, I updated MAINTAINERS list with following change(patch attached). thanks, Dinar. MAINTAINERS.patch Description: Binary data

RS6000 PATCH for c++/57415 (ICE on altivec tests)

2013-05-31 Thread Jason Merrill
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

Re: Fix PR57268

2013-05-31 Thread H.J. Lu
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

Re: Fix PR57268

2013-05-31 Thread Dinar Temirbulatov
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

Re: [PATCH] fix for pr 57474

2013-05-31 Thread Dominique Dhumieres
> ... 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

<    1   2