[PATCH] Fix DW_AT_data_member_location/DW_AT_bit_offset handling (PR debug/78839)

Jason Merrill jason@redhat.com
Tue Jan 17 18:24:00 GMT 2017


On Wed, Jan 11, 2017 at 3:19 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> +  else
>  #endif /* PCC_BITFIELD_TYPE_MATTERS */
> -
> -  tree_result = byte_position (decl);
> +    tree_result = byte_position (decl);

Let's add a blank line after this assignment.  OK with that change.

Jason



More information about the Gcc-patches mailing list