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]

bootstrap failure

[Get raw message]
I looked into my bootstrap failure[1] a little bit.

What is happening is that the first abort() in make_decl_rtl is being
triggered.  This happens because dw2_force_const_mem() passes
generates a VAR_DECL (the !USE_LINKONCE_INDIRECT branch) which is not
static, not public, not external, and not a register.

As a hack I changed dw2_force_const_mem to set TREE_STATIC on the
VAR_DECL.  I have no idea whether this will work.

Richard, Jakub, I'm CCing you because you both have recent patches in
this area.

Tom

[1] http://gcc.gnu.org/ml/gcc/2001-11/msg00475.html


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