We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4867e commit ad2ad69Copy full SHA for ad2ad69
src/include/c.h
@@ -138,7 +138,7 @@
138
* Testing can be done with "-fsanitize=alignment -fsanitize-trap=alignment"
139
* on clang, or "-fsanitize=alignment -fno-sanitize-recover=alignment" on gcc.
140
*/
141
-#if __clang_major__ >= 7 || __GNUC__ >= 5
+#if __clang_major__ >= 7 || __GNUC__ >= 8
142
#define pg_attribute_no_sanitize_alignment() __attribute__((no_sanitize("alignment")))
143
#else
144
#define pg_attribute_no_sanitize_alignment()
0 commit comments