This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure with your recent patch
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- To: gdr at integrable-solutions dot net
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Mar 2003 20:05:21 -0500 (EST)
- Subject: Re: Bootstrap failure with your recent patch
- References: <m3bs09y092.fsf@uniton.integrable-solutions.net>
> From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
>
> Hi Kaveh,
>
> With your recent patch
>
> 2003-03-17 Kaveh R. Ghazi <ghazi at caip dot rutgers dot edu>
>
> * dwarf2asm.h: Delete obsolete comment.
> (dw2_asm_output_data, dw2_asm_output_delta,dw2_asm_output_offset,
> dw2_asm_output_pcrel, dw2_asm_output_addr,
> dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
> dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
> dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
> dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
>
> I'm seeing a bootstrap failure:
>
> In file included from /home/gcc/src/3.3/gcc/dwarf2asm.c:29:
> /home/gcc/src/3.3/gcc/dwarf2asm.h:26: error: parse error before
> "ATTRIBUTE_NULL_PRINTF_3"
> /home/gcc/src/3.3/gcc/dwarf2asm.h:26: warning: type defaults to
> `int' in declaration of `ATTRIBUTE_NULL_PRINTF_3'
> /home/gcc/src/3.3/gcc/dwarf2asm.h:26: error: ISO C forbids data
> definition with no type or storage class
> /home/gcc/src/3.3/gcc/dwarf2asm.h:31: error: parse error before
> "ATTRIBUTE_NULL_PRINTF_4"
> [..]
>
> on an i686-pc-linux-gnu.
> -- Gaby
Did you update the top level include directory? That's where you
should find the definition of "ATTRIBUTE_NULL_PRINTF_3" et al.
--Kaveh
--
Kaveh R. Ghazi ghazi at caip dot rutgers dot edu