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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr15236.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR 15236: pedantic switch modifies treatment of non-ISO compliant
2
   enumerations.  */
3
/* { dg-do compile } */
4
/* { dg-options "-Wall -Wextra -pedantic-errors -Wconversion" } */
5
typedef enum OMX_ERRORTYPE
6
{
7
  OMX_ErrorNone = 0,
8
  OMX_ErrorInsufficientResources = 0x80001000 /* { dg-error "ISO C restricts enumerator values to range of .int." } */
9
} OMX_ERRORTYPE;

powered by: WebSVN 2.1.0

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