From: Richard Stallman Date: Wed, 24 Jun 1992 20:08:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad5a6adc10dde25de68b106c88edbeb34095a5f1;p=gcc.git *** empty log message *** From-SVN: r1277 --- 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))