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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [temp-va-arg-bug.C] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-options "--std=c++0x" }
2
// { dg-options "-Wno-abi --std=c++0x" { target arm_eabi } }
3
#include 
4
 
5
struct S { };
6
void f(S const &);
7
 
8
void g(va_list args)
9
{
10
  f(va_arg(args, S));
11
}

powered by: WebSVN 2.1.0

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