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

--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> ---
 cat SearchProcessGui.ii
struct vector;
void booksWithNotes(vector &notes) {
#pragma omp task
  booksWithNotes(notes);
}

Reply via email to