pr50725.c: Change 'long' to 'long long'.
* gcc.target/i386/pr50725.c: Change 'long' to 'long long'. From-SVN: r191693
This commit is contained in:
parent
20265464cc
commit
9fe7fbd5df
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-25 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/pr50725.c: Change 'long' to 'long long'.
|
||||
|
||||
2012-09-24 Janis Johnson <janisjo@codesourcery.com>
|
||||
|
||||
* lib/target-supports-dg.exp (dg-require-effective-target,
|
||||
|
@ -498,7 +502,7 @@
|
|||
|
||||
2012-09-10 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* gcc.dg/tree-ssa/forwprop-20.c: New testcase.
|
||||
* gcc.dg/tree-ssa/forwprop-20.c: New testcase.
|
||||
|
||||
2012-09-10 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ main ()
|
|||
if (bar (22) != 24 || bar (20) != 128)
|
||||
abort ();
|
||||
#ifdef __x86_64__
|
||||
register long r10 __asm__ ("r10") = 0xdeadbeefdeadbeefUL;
|
||||
register long long r10 __asm__ ("r10") = 0xdeadbeefdeadbeefULL;
|
||||
asm volatile ("" : "+r" (r10));
|
||||
#endif
|
||||
if (baz (0, 0, 0, 0, 0, 0, 22) != 24 || baz (0, 0, 0, 0, 0, 0, 20) != 128)
|
||||
|
|
Loading…
Add table
Reference in a new issue