add warning about miscompilation for x86 on gcc
This commit is contained in:
parent
7bda795365
commit
529d2abae4
@ -7,6 +7,11 @@
|
|||||||
#include "utils/time.h"
|
#include "utils/time.h"
|
||||||
#include "utils/interrupt.h"
|
#include "utils/interrupt.h"
|
||||||
|
|
||||||
|
|
||||||
|
#if __GNUC__ && __i386__ && !__clang__
|
||||||
|
#warning "CBQN is known to miscompile on GCC for 32-bit x86 builds; using clang instead is suggested"
|
||||||
|
#endif
|
||||||
|
|
||||||
static B replPath;
|
static B replPath;
|
||||||
static Scope* gsc;
|
static Scope* gsc;
|
||||||
static bool init = false;
|
static bool init = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user