https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82261
Michael Clark changed:
What|Removed |Added
CC||michaeljclark at mac dot com
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: michaeljclark at mac dot com
Target Milestone: ---
Testing code on Godbolt and I came across some pathological code amplification
when SSE is enabled for field insertion into a structure containing a union.
Here
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: michaeljclark at mac dot com
Target Milestone: ---
Taking the time to record some observations and extract minimal test code for
alignment (inference) and x86 string instruction selection
: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: michaeljclark at mac dot com
Target Milestone: ---
Hi,
compiling a vec3 cross product using struct by-value on msvc,
clang and gcc. gcc is going through memory on the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70053
Michael Clark changed:
What|Removed |Added
CC||michaeljclark at mac dot com