[Bug fortran/65419] incorrect sibcalls to libgomp functions

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 18 12:21:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65419

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
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 the way you declare/pass
the data to GOACC_data_start (not visible here).



More information about the Gcc-bugs mailing list