OSDN Git Service

* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / eh / cleanup3.C
1 // C++/4794
2 //  This test used to hang in has_cleanups
3 //  Contributed by: <fritz@intrinsity.com>
4 /* { dg-do compile } */
5
6 void foo (int a,int b,int c,int d,int e,int f,int g,int h,int i,int j,int k,
7         int l,int m,int n,int o,int p,int q,int r,int s,int t,int u,int v,int w,
8         int x,int y,int z,int aa,int ab,int ac)
9
10 if (!((((ac != 0) + (d != 0) + (c != 0) + (f != 0) + (x != 0) + (y != 0) +
11         (z != 0) + (aa != 0) + (ab != 0) + (g != 0) + (b != 0) + (a != 0) +
12         (h != 0) + (e != 0) + (p != 0) + (q != 0) + (n != 0) + (r != 0) +
13         (o != 0) + (v != 0) + (w != 0) + (t != 0) + (u != 0) + (s != 0) +
14         (k != 0) + (l != 0) + (m != 0) + (i != 0) + (j != 0)) <= 1)))
15         {
16         return;
17         }
18 }
19
20