https://sourceware.org/bugzilla/show_bug.cgi?id=31389
Bug ID: 31389 Summary: Wrong default for -msse-check is displayed Product: binutils Version: 2.43 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- Target: x86 commit 7c5c05effd92cc5732bee527303077fc2e6b62af Author: H.J. Lu <hjl.to...@gmail.com> Date: Thu Aug 9 09:48:12 2018 -0700 x86: Display default x86-specific options for "as --help" * config/tc-i386.c (md_show_usage): Display default options. has fprintf (stream, _("\ - -msse-check=[none|error|warning]\n\ + -msse-check=[none|error|warning] (default: warning)\n\ check SSE instructions\n")); But its default it none: static enum check_kind { check_none = 0, check_warning, check_error } sse_check, operand_check = check_warning; -- You are receiving this mail because: You are on the CC list for the bug.