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.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [crash1.C] - Blame information for rev 604

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

Line No. Rev Author Line
1 301 jeremybenn
// PR opt/13681
2
// Here we have an out-of-range array index.  We should not abort
3
// trying to resolve the indirection back to an object.
4
 
5
struct X {
6
    double values[1];
7
    double & foo (const unsigned int index) { return values[index]; }
8
};
9
 
10
void foo() {
11
  double d;
12
  X h1;
13
  h1.foo(1) = d;
14
}

powered by: WebSVN 2.1.0

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