This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure due to your latest change
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: mark at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 22 Dec 04 17:07:53 EST
- Subject: Bootstrap failure due to your latest change
cc1: warnings being treated as errors
/gcc/gcc/gcc-head/gcc/cp/rtti.c: In function 'emit_support_tinfos':
/gcc/gcc/gcc-head/gcc/cp/rtti.c:1349: warning: initializer element is not computable at load time
/gcc/gcc/gcc-head/gcc/cp/rtti.c:1350: warning: initializer element is not computable at load time
/gcc/gcc/gcc-head/gcc/cp/rtti.c:1352: warning: initializer element is not computable at load time
... and the code at those lines doesn't make any sense to me.
Why create an array (types) and then not use it?