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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtin-complex-err-2.c] - Blame information for rev 774

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

Line No. Rev Author Line
1 689 jeremybenn
/* Test __builtin_complex errors.  Verify it does nto allow quiet
2
   creation of complex types in C90.  */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c90 -pedantic-errors" } */
5
 
6
void
7
f (void)
8
{
9
  __builtin_complex (0.0, 0.0); /* { dg-error "ISO C90 does not support complex types" } */
10
}

powered by: WebSVN 2.1.0

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