bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/31389] New: Wrong default for -msse-check is displayed


From: hjl.tools at gmail dot com
Subject: [Bug gas/31389] New: Wrong default for -msse-check is displayed
Date: Thu, 15 Feb 2024 23:00:15 +0000

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.tools@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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]