Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: travis.downs at gmail dot com
Target Milestone: ---
On an Ice Lake client machine, using -O3 -march=native produces 512-bit AVX-512
instructions, whereas -O3 -march
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: travis.downs at gmail dot com
Target Milestone: ---
Consider the following code snippet:
template
struct S {
template
friend struct S;
};
S<0> s;
Compiled with gcc trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011
Travis Downs changed:
What|Removed |Added
CC||travis.downs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011
--- Comment #16 from Travis Downs ---
Also, this is fixed for Skylake for tzcnt and lzcnt but not popcnt.
: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: travis.downs at gmail dot com
Target Milestone: ---
When ctype.h is included as the first header in a file, it will be processed
without __NO_CTYPE being defined. This