This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix up dwarf2out ICE (PR debug/64663)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 20 Jan 2015 09:55:48 -0800
- Subject: Re: [PATCH] Fix up dwarf2out ICE (PR debug/64663)
- Authentication-results: sourceware.org; auth=none
- References: <20150120113019 dot GC1746 at tucnak dot redhat dot com>
On 01/20/2015 03:30 AM, Jakub Jelinek wrote:
> 2015-01-20 Jakub Jelinek <jakub@redhat.com>
>
> PR debug/64663
> * dwarf2out.c (decl_piece_node): Don't put bitsize into
> mode if bitsize <= 0.
> (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
> dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
> sizes and positions.
>
> * gcc.dg/pr64663.c: New test.
Ok.
r~