From ad5a6adc10dde25de68b106c88edbeb34095a5f1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 24 Jun 1992 20:08:45 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1277 --- gcc/config/i386/i386.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index e1b6c195798..6dcf07b6d22 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)) -- 2.30.2