This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure with your recent patch
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2003 01:41:29 +0100
- Subject: Bootstrap failure with your recent patch
- Organization: Integrable Solutions
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