We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91f7ac commit f32e90cCopy full SHA for f32e90c
scripts/gcc-plugins/randomize_layout_plugin.c
@@ -19,10 +19,6 @@
19
#include "gcc-common.h"
20
#include "randomize_layout_seed.h"
21
22
-#if BUILDING_GCC_MAJOR < 4 || (BUILDING_GCC_MAJOR == 4 && BUILDING_GCC_MINOR < 7)
23
-#error "The RANDSTRUCT plugin requires GCC 4.7 or newer."
24
-#endif
25
-
26
#define ORIG_TYPE_NAME(node) \
27
(TYPE_NAME(TYPE_MAIN_VARIANT(node)) != NULL_TREE ? ((const unsigned char *)IDENTIFIER_POINTER(TYPE_NAME(TYPE_MAIN_VARIANT(node)))) : (const unsigned char *)"anonymous")
28
0 commit comments