*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 20:08:45 +0000 (20:08 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 20:08:45 +0000 (20:08 +0000)
From-SVN: r1277

gcc/config/i386/i386.c

index e1b6c1957989174a4e6182c2b4df6ee7c2c3359f..6dcf07b6d22efae9761dab0b23cc997c655e99ea 100644 (file)
@@ -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))