OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [vla-9.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* { dg-do compile  } */
/* { dg-do compile  } */
/* { dg-options "-std=c99 -pedantic-errors -W -Wall" } */
/* { dg-options "-std=c99 -pedantic-errors -W -Wall" } */
/* PR c/28280 */
/* PR c/28280 */
 
 
void f(__SIZE_TYPE__ d)
void f(__SIZE_TYPE__ d)
{
{
  typedef int t[d];
  typedef int t[d];
  t *g = (__typeof (g)) d;
  t *g = (__typeof (g)) d;
}
}
 
 

powered by: WebSVN 2.1.0

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