https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102937
David Rohr <drohr at jwdt dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |FIXED
CC| |drohr at jwdt dot org
--- Comment #3 from David Rohr <drohr at jwdt dot org> ---
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...
