OSDN Git Service

* config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / stdarg3.C
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Mar 2005 <nathan@codesourcery.com>
3
4 // PR 20375: ICE
5 // Origin: Joseph S. Myers <jsm28@gcc.gnu.org>
6 // { dg-options "-mlp64" { target "ia64-*-hpux*" } }
7
8 union U
9 {
10   void *m[7];
11 };
12
13 struct C;
14
15 void f(struct C *c, float f, union U, ...)
16 { }