diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 20:08:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 20:08:45 +0000 |
commit | ad5a6adc10dde25de68b106c88edbeb34095a5f1 (patch) | |
tree | 1907e80b6929ad09e61183c2af06d2906200dd09 | |
parent | 872d115fb96a42ab27267e31b4194b4af256d58a (diff) | |
download | gcc-ad5a6adc10dde25de68b106c88edbeb34095a5f1.zip gcc-ad5a6adc10dde25de68b106c88edbeb34095a5f1.tar.gz gcc-ad5a6adc10dde25de68b106c88edbeb34095a5f1.tar.bz2 |
*** empty log message ***
From-SVN: r1277
-rw-r--r-- | gcc/config/i386/i386.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index e1b6c19..6dcf07b 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -35,7 +35,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* If EXTRA_CONSTRAINT is defined, then the 'S' constraint in REG_CLASS_FROM_LETTER will no longer work, and various asm statements that need 'S' for class SIREG will break. */ - #error EXTRA_CONSTRAINT conflicts with S constraint letter + error EXTRA_CONSTRAINT conflicts with S constraint letter +/* The previous line used to be #error, but some compilers barf + even if the conditional was untrue. */ #endif #define AT_BP(mode) (gen_rtx (MEM, (mode), frame_pointer_rtx)) |