comparison gcc/testsuite/c-c++-common/gomp/clauses-2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-skip-if "PR 68733" { hppa*-*-hpux* && { ! lp64 } } } */
1 struct S { int r; int *s; int t[10]; }; 2 struct S { int r; int *s; int t[10]; };
2 void bar (int *); 3 void bar (int *);
3 4
4 void 5 void
5 foo (int *p, int q, struct S t, int i, int j, int k, int l) 6 foo (int *p, int q, struct S t, int i, int j, int k, int l)