aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/20110713-1.c
blob: aa446af596f8c1eb8f72f7a20357f78064d726ec (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */

void *
test (unsigned long long x, unsigned long long y)
{
    return (void *) (unsigned int) (x / y);
}