This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bootstrap failure with your recent patch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]