This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Handle BIT_FIELD_REF in dump_expr/pp_c_expression (PR c++/35336)
- From: Ian Lance Taylor <iant at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Gabriel Dos Reis <gdr at cs dot tamu dot edu>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 05 Dec 2008 13:02:52 -0800
- Subject: Re: [PATCH] Handle BIT_FIELD_REF in dump_expr/pp_c_expression (PR c++/35336)
- References: <20081205164102.GB17496@tyan-ft48-01.lab.bos.redhat.com>
Jakub Jelinek <jakub@redhat.com> writes:
> 2008-12-05 Jakub Jelinek <jakub@redhat.com>
>
> PR c++/35336
> * c-pretty-print.c (pp_c_postfix_expression): Handle BIT_FIELD_REF.
> (pp_c_expression): Likewise.
>
> * error.c (dump_expr): Handle BIT_FIELD_REF.
>
> * g++.dg/other/error30.C: New test.
This is OK.
Thanks.
Ian