https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65419
--- Comment #2 from cesar at gcc dot gnu.org ---
Created attachment 35058
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35058&action=edit
__builtin_GOACC_data_end
Sorry, I thought I included this test case. Anyway, the !$acc data regions i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65419
--- Comment #1 from Richard Biener ---
Can you please provide a testcase? It looks like what keeps
void bar (int *);
void baz (void);
void foo (void)
{
int a[10];
bar (a);
baz ();
}
from using a sibcall doesn't work for you. Probably th