https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97247

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:dec881f85abbddc6e37630b6e61ce621cea6acd7

commit r11-3531-gdec881f85abbddc6e37630b6e61ce621cea6acd7
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Tue Sep 29 11:40:46 2020 -0700

    x86: Replace <enqcmdntrin.h> with <enqcmdintrin.h>

    Fix 2 typos in config/i386/enqcmdintrin.h by replacing <enqcmdntrin.h>
    with <enqcmdintrin.h>:

    [hjl@gnu-cfl-2 x86-gcc]$ echo "#include <enqcmdintrin.h>" | gcc -S -o
/dev/null -x c -
    In file included from <stdin>:1:
    /usr/lib/gcc/x86_64-redhat-linux/10/include/enqcmdintrin.h:25:3: error:
#error "Never use <enqcmdntrin.h> directly; include <x86intrin.h> instead."
       25 | # error "Never use <enqcmdntrin.h> directly; include <x86intrin.h>
instead."
          |   ^~~~~
    [hjl@gnu-cfl-2 x86-gcc]$

    and _ENQCMDINTRIN_H_INCLUDED with _ENQCMDINTRIN_H_INCLUDED.

    gcc/

            PR target/97247
            * config/i386/enqcmdintrin.h: Replace <enqcmdntrin.h> with
            <enqcmdintrin.h>.  Replace _ENQCMDNTRIN_H_INCLUDED with
            _ENQCMDINTRIN_H_INCLUDED.

Reply via email to