Commit 0931db71 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r54669
parent c134da6b
2002-06-16 Richard Henderson <rth@redhat.com>
* gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
2002-06-15 Hans-Peter Nilsson <hp@axis.com>
* gcc.c-torture/execute/20020615-1.c: New test.
......
......@@ -16,6 +16,6 @@ void foo (void)
c = (unsigned long long) __builtin_ia32_paddusb ((__v8qi) a, (__v8qi) b);
__builtin_ia32_emms ();
if (c != 0x1122334455667788)
if (c != 0x1122334455667788LL)
abort ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment