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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wunused-1.C] - Blame information for rev 853

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

Line No. Rev Author Line
1 149 jeremybenn
// Test whether -Wunused handles empty classes the same as non-empty.
2
// { dg-do compile }
3
// { dg-options "-Wunused" }
4
 
5
struct A {};
6
struct B { char c; };
7
 
8
void foo ()
9
{
10
  struct A a0, a1;
11
  struct B b0, b1 = { 25 };
12
 
13
  a0 = a1;      // { dg-bogus "value computed is not used" }
14
  b0 = b1;
15
}

powered by: WebSVN 2.1.0

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