https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87550
--- Comment #4 from Vlad ---
Great! Thanks you very much.
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: vladimir.solontsov at mlp dot com
Target Milestone: ---
A code like
#include
#include
int main()
{
uint64_t s = __rdpmc(0);
uint64_t e = __rdpmc(0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
--- Comment #2 from Vlad ---
I can confirm this for gcc7.1/7.2 with -O3 -g -mavx2:
https://godbolt.org/g/h7TNJV
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
Vlad changed:
What|Removed |Added
CC||vladimir.solontsov at mlp dot
com
--- Comment