https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91269
--- Comment #7 from Matt Turner <mattst88 at gmail dot com> --- (In reply to Sergei Trofimovich from comment #4) > > Commenting out line '145 std %f9, [%fp+1999]' does not make > > error disappear. Line numbers are probably skewed. > > Perhaps 1999 is too large an offset for 'std'. Sergei noticed that 'std' must take an even numbered register, so s/f9/f8/ on that line causes it to assemble.