[Bug c++/61988] compiler error when misplascing "memcpy(" instead of "memset("
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61988 --- Comment #1 from Filip Svoboda --- Created attachment 33224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33224&action=edit failing source code
[Bug c++/61988] New: compiler error when misplascing "memcpy(" instead of "memset("
Severity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: filip.svoboda at netajo dot cz Please see attached source. When i wrongly called memcpy() function instead of memset() with argument for memset(), the following error w