OSDN Git Service

* i386.c (ix86_expand_move): Never add clobbers to move patterns.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / xm-sco.h
1 /* Configuration for GCC for Intel i386 running SCO.  */
2
3 /* Big buffers improve performance.  */
4
5 #define IO_BUFFER_SIZE (0x8000 - 1024)
6
7 #ifndef __GNUC__
8 /* The SCO compiler gets it wrong, and treats enumerated bitfields
9    as signed quantities, making it impossible to use an 8-bit enum
10    for compiling GNU C++.  */
11 #define ONLY_INT_FIELDS 1
12 #define CODE_FIELD_BUG 1
13 #endif