https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93830
Bug ID: 93830 Summary: typo in avr command line error message Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- From avr-common.c: > "configured %<--with-double={|32|32,64|64,32}%>"); The "{|" looks wrong. In the 64-bit case a few lines above, there is no leading "|" inside the braces.