https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88777
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-01-09 Ever confirmed|0 |1 --- Comment #1 from Jeffrey A. Law <law at redhat dot com> --- I see it in my hppa bootstraps as well. I wonder if we mis-simplified the length computations in the MD file. The offsets I saw weren't even close, so it's not like we've got an off-by-1 error or something like that. /tmp/ccUynPaB.s: Assembler messages: /tmp/ccUynPaB.s:153251: Error: Field out of range [-8192..8191] (8752). /tmp/ccUynPaB.s:153421: Error: Field out of range [-8192..8191] (8548). /tmp/ccUynPaB.s:188220: Error: Field out of range [-8192..8191] (8472). Makefile:1116: recipe for target 'c/c-parser.o' failed make[3]: *** [c/c-parser.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /tmp/ccS9IfKy.s: Assembler messages: /tmp/ccS9IfKy.s:135986: Error: Field out of range [-8192..8191] (8424). /tmp/ccS9IfKy.s:148708: Error: Field out of range [-8192..8191] (8472). /tmp/ccS9IfKy.s:148723: Error: Field out of range [-8192..8191] (8296). /tmp/ccS9IfKy.s:149110: Error: Field out of range [-8192..8191] (8484). /tmp/ccS9IfKy.s:162109: Error: Field out of range [-8192..8191] (8276). /tmp/ccS9IfKy.s:167348: Error: Field out of range [-8192..8191] (8348). /tmp/ccS9IfKy.s:167710: Error: Field out of range [-8192..8191] (8212). /tmp/ccS9IfKy.s:167891: Error: Field out of range [-8192..8191] (8340). /tmp/ccS9IfKy.s:168136: Error: Field out of range [-8192..8191] (8232). /tmp/ccS9IfKy.s:168152: Error: Field out of range [-8192..8191] (8316). /tmp/ccS9IfKy.s:168174: Error: Field out of range [-8192..8191] (8368). /tmp/ccS9IfKy.s:168268: Error: Field out of range [-8192..8191] (8296). /tmp/ccS9IfKy.s:168335: Error: Field out of range [-8192..8191] (8332). /tmp/ccS9IfKy.s:187861: Error: Field out of range [-8192..8191] (8348). /tmp/ccS9IfKy.s:188993: Error: Field out of range [-8192..8191] (8528). /tmp/ccS9IfKy.s:194086: Error: Field out of range [-8192..8191] (8276). Makefile:1116: recipe for target 'c/c-typeck.o' failed