fix 20020531 regression

Richard Henderson rth@redhat.com
Sun Jun 16 11:57:00 GMT 2002


Started failing after Neil's number parsing changes.


r~


        * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.

Index: testsuite/gcc.dg/20020531-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/20020531-1.c,v
retrieving revision 1.1
diff -c -p -d -r1.1 20020531-1.c
*** testsuite/gcc.dg/20020531-1.c	10 Jun 2002 21:47:45 -0000	1.1
--- testsuite/gcc.dg/20020531-1.c	16 Jun 2002 18:46:22 -0000
*************** void foo (void)
*** 16,21 ****
  
    c = (unsigned long long) __builtin_ia32_paddusb ((__v8qi) a, (__v8qi) b);
    __builtin_ia32_emms ();
!   if (c != 0x1122334455667788)
      abort ();
  }
--- 16,21 ----
  
    c = (unsigned long long) __builtin_ia32_paddusb ((__v8qi) a, (__v8qi) b);
    __builtin_ia32_emms ();
!   if (c != 0x1122334455667788LL)
      abort ();
  }



More information about the Gcc-patches mailing list