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] - Rev 701

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

// { dg-options "-Wextra" }

struct T {
  // If the implicitly-declared default constructor for "T" is
  // required, an error will be issued because "i" cannot be
  // initialized.  And, this class is not an aggregate, so it cannot
  // be brace-initialized.  Thus, there is no way to create an object
  // of this class.  We issue a warning with -Wextra.
  const int i;                  // { dg-warning "const" }
private:
  int j;
};

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

powered by: WebSVN 2.1.0

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