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/] [transparent-union-3.c] - Diff between revs 149 and 154

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

Rev 149 Rev 154
/* Test for ICEs on invalid transparent unions (empty or no named
/* Test for ICEs on invalid transparent unions (empty or no named
   members).  Bug 21213.  */
   members).  Bug 21213.  */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-options "" } */
 
 
enum e { A };
enum e { A };
 
 
union __attribute__((__transparent_union__)) ue1 { enum e; }; /* { dg-warning "warning: declaration does not declare anything" } */
union __attribute__((__transparent_union__)) ue1 { enum e; }; /* { dg-warning "warning: declaration does not declare anything" } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 9 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 9 } */
union ue2 { enum e; } __attribute__((__transparent_union__)); /* { dg-warning "warning: declaration does not declare anything" } */
union ue2 { enum e; } __attribute__((__transparent_union__)); /* { dg-warning "warning: declaration does not declare anything" } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 11 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 11 } */
 
 
union __attribute__((__transparent_union__)) ui1 { int; }; /* { dg-warning "warning: declaration does not declare anything" } */
union __attribute__((__transparent_union__)) ui1 { int; }; /* { dg-warning "warning: declaration does not declare anything" } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 14 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 14 } */
union ui2 { int; } __attribute__((__transparent_union__)); /* { dg-warning "warning: declaration does not declare anything" } */
union ui2 { int; } __attribute__((__transparent_union__)); /* { dg-warning "warning: declaration does not declare anything" } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 16 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 16 } */
 
 
union __attribute__((__transparent_union__)) u1 { };
union __attribute__((__transparent_union__)) u1 { };
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 19 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 19 } */
union u2 { } __attribute__((__transparent_union__));
union u2 { } __attribute__((__transparent_union__));
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 21 } */
/* { dg-warning "warning: union cannot be made transparent" "" { target *-*-* } 21 } */
 
 

powered by: WebSVN 2.1.0

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