https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86713
--- Comment #2 from Vladimir Bashkirtsev <vladimir at bashkirtsev dot com> --- Would happy oblige but GNU coding standards say "Please keep the length of source lines to 79 characters or less, for maximum readability in the widest range of environments." and this bug is caused specifically by adherence to this standard. Patching it with patch attached to this bug report will violate GNU coding standards. Perhaps more complex patch must be applied to config.gcc to cope with wrapped lines. What is your take on it? Also I am honestly struggle with a testcase: not really sure how it can be tested at all (I mean by means of automated testing).