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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.bugs/] [900324_04.C] - Rev 820

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

// { dg-do assemble  }
// g++ 1.37.1 bug 900324_04

// g++ implements an extension which supports the copying of array objects.

// This extension is not described in the current C++ Reference Manual, and
// it is not implemented by cfront (2.0).

// g++ should generate errors for the use of this extension when -pedantic
// is used, however it does not.

// Cfront 2.0 passes this test.

// keywords: extension, pedantic, arrays, copy

typedef int int_array[20];

int_array ia1;
int_array ia2;

void function_0 ()
{
  ia1 = ia2;            // { dg-error "" } gnu extension
}

int main () { return 0; }

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.