Bootstrap failure with your recent patch
Gabriel Dos Reis
gdr@integrable-solutions.net
Tue Mar 18 01:21:00 GMT 2003
Hi Kaveh,
With your recent patch
2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.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
More information about the Gcc-bugs
mailing list