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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [20030625-1.c] - Diff between revs 298 and 384

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 384
/* Testcase from http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02557.html */
/* Testcase from http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02557.html */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-g" } */
/* { dg-options "-g" } */
 
 
typedef struct _foo foo;
typedef struct _foo foo;
struct _foo {
struct _foo {
  struct _moo moo;      /* { dg-error "moo" "has incomplete type" } */
  struct _moo moo;      /* { dg-error "moo" "has incomplete type" } */
};
};
 
 
 
 

powered by: WebSVN 2.1.0

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