Re: [C PATCH] Fix ICE on invalid Cilk+ code (PR c/69798)

2016-03-03 Thread Jakub Jelinek
On Thu, Mar 03, 2016 at 11:31:08PM -0700, Jeff Law wrote: > >2016-03-03 Marek Polacek > > > > PR c/69798 > > * c-parser.c (c_parser_postfix_expression): Call > > c_parser_cast_expression instead of c_parser_postfix_expression. > > > > * gcc.dg/cilk-plus/pr69798-1.c: New test. > >

Re: Patch ping

2016-03-03 Thread Jeff Law
On 03/03/2016 07:35 AM, Jakub Jelinek wrote: Hi! I'd like to ping fix for P1 PR69947: https://gcc.gnu.org/ml/gcc-patches/2016-02/msg01743.html So essentially this is just marking more things so that we don't prune them away, right? It's similar conceptually to one of Pierre-Marie's patches wh

Re: [PATCH 1/2] PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)

2016-03-03 Thread Jeff Law
On 03/03/2016 08:21 AM, David Malcolm wrote: PR c/68187 covers two cases involving poor indentation where the indentation is arguably not misleading, but for which -Wmisleading-indentation emits a warning. The two cases appear to be different in nature; one in comment #0 and the other in comment

Re: [PATCH 2/2] PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)

2016-03-03 Thread Jeff Law
On 03/03/2016 08:21 AM, David Malcolm wrote: Comment #1 of PR c/68187 identified another overzealous warning from -Wmisleading-indentation, with OpenSSL 1.0.1, on this poorly indented code: 115if (locked) 116i = CRYPTO_add(&e->struct_ref, -1, CRYPTO_LOCK_ENGINE); 117else 118

Re: Patch ping

2016-03-03 Thread Jakub Jelinek
On Fri, Mar 04, 2016 at 12:10:26AM -0700, Jeff Law wrote: > On 03/03/2016 07:35 AM, Jakub Jelinek wrote: > >Hi! > > > >I'd like to ping fix for P1 PR69947: > >https://gcc.gnu.org/ml/gcc-patches/2016-02/msg01743.html > So essentially this is just marking more things so that we don't prune them > awa

Re: [PATCH] Fix PR70054

2016-03-03 Thread Jeff Law
On 03/03/2016 05:35 AM, Richard Biener wrote: The following patch adjusts strict_aliasing_warning to use proper alias_set_subset_of instead of relying on alias_sets_conflict_p as after the PR66110 fix aggregates with a char[] member do not automatically behave like having alias-set zero. As a s

Patch ping

2016-03-03 Thread Jakub Jelinek
Hi! I'd like to ping a texinfo fix for __builtin_alloca*: http://gcc.gnu.org/ml/gcc-patches/2016-02/msg01842.html Jakub

Re: [PATCH] S/390: Set GOARCH to the current target when testing multiarch.

2016-03-03 Thread Andreas Krebbel
On 03/02/2016 02:05 PM, Dominik Vogt wrote: > gcc/testsuite/ChangeLog > > * go.test/go-test.exp: S/390: Set GOARCH to the current target when > testing multiarch. Applied. Thanks! -Andreas-

Re: Patch ping

2016-03-03 Thread Jeff Law
On 03/04/2016 12:30 AM, Jakub Jelinek wrote: Hi! I'd like to ping a texinfo fix for __builtin_alloca*: http://gcc.gnu.org/ml/gcc-patches/2016-02/msg01842.html OK. jeff

<    1   2