||drohr at jwdt dot org
--- Comment #3 from David Rohr ---
thanks, makes me feel pretty stupid...
I thought it is not a problem since char* may alias, but apparently size_t* may
not alias char**... if I understood correctly...
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drohr at jwdt dot org
Target Milestone: ---
Created attachment 51663
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51663&action=edit
testcase
The attached testcase miscompil
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drohr at jwdt dot org
Target Milestone: ---
Created attachment 43308
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43308&action=edit
preprocessed source file to trigger the segfault
gcc encounters an i
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: drohr at jwdt dot org
Target Milestone: ---
Created attachment 36342
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36342&action=edit
Source code