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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wextra-1.C] - Blame information for rev 749

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-options "-Wextra" }
2
 
3
struct T {
4
  // If the implicitly-declared default constructor for "T" is
5
  // required, an error will be issued because "i" cannot be
6
  // initialized.  And, this class is not an aggregate, so it cannot
7
  // be brace-initialized.  Thus, there is no way to create an object
8
  // of this class.  We issue a warning with -Wextra.
9
  const int i;                  // { dg-warning "const" }
10
private:
11
  int j;
12
};

powered by: WebSVN 2.1.0

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