mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 16:58:29 +00:00
1d73cf2003
GCC 12 tree-loop-distribute-patterns generates false warnings of -Warray-bounds, -Wstringop-overflow, or -Wstringop-overread in memcpy() and memcpy_cpu() in static/inline cases for code that obviously prevents its execution by invariant checking. On -O3, even more warnings are produced.