Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
workarounds.hpp File Reference

Go to the source code of this file.

Macros

#define CHOPPER_COMPILER_IS_GCC   0
 
#define CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY   0
 Workaround bogus memcpy errors in GCC 12. (Wrestrict and Wstringop-overflow) More...
 
#define CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV   0
 Workaround bogus memmov errors in GCC 13. (Warray-bounds and Wstringop-overflow) More...
 

Macro Definition Documentation

◆ CHOPPER_COMPILER_IS_GCC

#define CHOPPER_COMPILER_IS_GCC   0

◆ CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY

#define CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY   0

Workaround bogus memcpy errors in GCC 12. (Wrestrict and Wstringop-overflow)

See also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105545

◆ CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV

#define CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV   0

Workaround bogus memmov errors in GCC 13. (Warray-bounds and Wstringop-overflow)