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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr12625-1.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Warning for assignment used as truth-value should apply for
2
   bit-fields.  */
3
/* Origin: bug 12625 from nomura at netapp.com */
4
/* { dg-do compile } */
5
/* { dg-options "-Wparentheses" } */
6
 
7
static struct { int i:8; } s;
8
 
9
void
10
foo ()
11
{
12
  if (s.i = 0) ; /* { dg-warning "parentheses" "warning for bit-field" } */
13
}

powered by: WebSVN 2.1.0

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