This is the mail archive of the gcc@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 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?


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