This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 031/236] emit_jump_table_data returns an rtx_jump_table_data *
- From: David Malcolm <dmalcolm at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Aug 2014 16:19:54 -0400
- Subject: Re: [PATCH 031/236] emit_jump_table_data returns an rtx_jump_table_data *
- Authentication-results: sourceware.org; auth=none
- References: <1407345815-14551-1-git-send-email-dmalcolm at redhat dot com> <1407345815-14551-32-git-send-email-dmalcolm at redhat dot com> <53EB6BF5 dot 6020208 at redhat dot com>
On Wed, 2014-08-13 at 07:45 -0600, Jeff Law wrote:
> On 08/06/14 11:20, David Malcolm wrote:
> > gcc/
> > * emit-rtl.c (emit_jump_table_data): Strengthen return type from
> > rtx to rtx_jump_table_data *. Also for local.
> > * rtl.h (emit_jump_table_data): Likwise.
> OK.
Thanks. Committed to trunk as r214193, having bootstrapped®rtested
on x86_64-unknown-linux-gnu (Fedora 20) albeit in combination with
patches 30-39, and verified that it builds standalone.