OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr33666.c] - Blame information for rev 690

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options { -std=c99 } } */
3
 
4
/* This used to fail with type-checking enabled because we stripped
5
   the inner conversion to unsigned int.  */
6
 
7
void __lock_get_list(void *dp)
8
{
9
  if (((__SIZE_TYPE__)dp + 1) & ~1ULL)
10
    ;
11
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.