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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vla-17.c] - Blame information for rev 695

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

Line No. Rev Author Line
1 689 jeremybenn
/* Test diagnostics for VLA whose size folds to an integer constant at
2
   file scope.  PR 39605.  */
3
/* { dg-do compile } */
4
/* { dg-options "" } */
5
 
6
#define FIRST ((void*)0x80)
7
#define LAST  ((void*)0x86)
8
 
9
static int b[LAST-FIRST]; /* { dg-warning "variably modified 'b' at file scope" } */

powered by: WebSVN 2.1.0

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