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]

Re: Mainline bootstrap fails for x86_64-linux-gnu with PARALLEL change


>>>>> Andreas Jaeger writes:

Andreas> Bootstrapping fails with current CVS mainline for me:

Andreas> /cvs/gcc/gcc/libgcc2.c:71: internal compiler error: in add_location_or_cons=
Andreas> t_value_attribute, at dwarf2out.c:9460

Andreas> PARALLELs are not handled in add_location_or_const_value_attribute,

	The patch does not *create* any PARALLELs, so this likely is due
to the change in assign_parms() to use the PARALLEL as the DECL_RTL.  So
the question is how this should be represented in
add_location_or_const_value_attribute().

David


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