https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98400
Bug ID: 98400
Summary: GCC online docs "S/390 and zSeries Options" has a typo
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: firasuke at gmail dot com
Target Milestone: ---
There's a typo in the following page:
https://gcc.gnu.org/onlinedocs/gcc/S_002f390-and-zSeries-Options.html#S_002f390-and-zSeries-Options
in the "-mbackchain" and "-mno-backchain" section:
"In general, code compiled with -mbackchain is call-compatible with code
compiled with -mmo-backchain; however, use of the backchain for..."
where it says "-mmo-backchain" instead of "-mno-backchain".