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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [error29.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/35334
2
// { dg-do compile }
3
// { dg-bogus "not supported by" "" { target *-*-* } 0 }
4
 
5
__complex__ unsigned int i;
6
int j;
7
char k;
8
__complex__ double l;
9
double m;
10
float n;
11
 
12
void
13
foo ()
14
{
15
  ((__complex__ int)i)();               // { dg-error "cannot be used as a function" }
16
  ((__complex__ int)j)();               // { dg-error "cannot be used as a function" }
17
  ((__complex__ int)k)();               // { dg-error "cannot be used as a function" }
18
  ((__complex__ long double)l)();       // { dg-error "cannot be used as a function" }
19
  ((__complex__ long double)m)();       // { dg-error "cannot be used as a function" }
20
  ((__complex__ long double)n)();       // { dg-error "cannot be used as a function" }
21
}

powered by: WebSVN 2.1.0

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