[Bug rtl-optimization/64081] [5/6/7 Regression] r217827 prevents RTL loop unroll

dje at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 3 13:48:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081

--- Comment #32 from David Edelsohn <dje at gcc dot gnu.org> ---
How far are you going back in the bisection effort?  You may be earlier than
the point at which GCC on AIX generated stab strings continuation lines.  At
worst you manually can apply the continuation code from gcc/xcoffout.h

/* XCOFF32 maximum length is 64K; XLC limits to 16K.  */
#define DBX_CONTIN_LENGTH 16384

/* XLC uses '?' as continuation character.  */
#define DBX_CONTIN_CHAR '?'


More information about the Gcc-bugs mailing list