This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH] Better column info for initializers (PR c/60139)
- From: Richard Henderson <rth at redhat dot com>
- To: Marek Polacek <polacek at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>
- Date: Tue, 29 Apr 2014 12:00:35 -0700
- Subject: Re: [C PATCH] Better column info for initializers (PR c/60139)
- Authentication-results: sourceware.org; auth=none
- References: <20140425154452 dot GS2103 at redhat dot com>
On 04/25/2014 08:44 AM, Marek Polacek wrote:
> 2014-04-25 Marek Polacek <polacek@redhat.com>
>
> PR c/60139
> * c-typeck.c (output_init_element): Pass OPT_Wpedantic to pedwarn
> and pedwarn_init. Use loc insted of input_location.
>
> * gcc.dg/pr60139.c: New test.
Ok.
r~