You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structS*s; // expected-note 2 {{forward declaration of 'struct S'}}
6
+
#pragma oss task depend(in : [4]p[3]) // expected-error {{shaping expression base is not a pointer or array}}
7
+
{}
8
+
#pragma oss task depend(in : [4]s) // expected-error {{shape of pointer to incomplete type 'struct S'}} expected-error {{array has incomplete element type 'struct S'}}
0 commit comments