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

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

https://gcc.gnu.org/g:3553e057df3a7fb2524339b1681fe3153ae7d568

commit r8-10816-g3553e057df3a7fb2524339b1681fe3153ae7d568
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Sun Mar 21 19:47:24 2021 -0700

    x86: Add __volatile__ to __cpuid and __cpuid_count

    Since CPUID instruction may return different values on hybrid core.
    volatile is needed on asm statements in <cpuid.h>.

            PR target/99704
            * config/i386/cpuid.h (__cpuid): Add __volatile__.
            (__cpuid_count): Likewise.

    (cherry picked from commit 9c89c9e9c6b59260c7745c8714b69f94784a9c13)

Reply via email to