Contrary to gomp_{error,warning,fatal}, no tailing '\n' is added with
gomp_debug; only affected was a 'requires'-related output.
libgomp/ChangeLog:
* target.c (gomp_target_init): Added tailing '\n' to gomp_debug.
(cherry picked from commit
220bef460153a0296e947f16492d35e67b1b5b22)
+2022-07-13 Tobias Burnus <tobias@codesourcery.com>
+
+ Backport from mainline:
+ 2022-07-12 Tobias Burnus <tobias@codesourcery.com>
+
+ * target.c (gomp_target_init): Added tailing '\n' to gomp_debug.
+
2022-07-08 Tobias Burnus <tobias@codesourcery.com>
Backport from mainline:
name[cur_len] = '\0';
gomp_debug (1,
"%s devices present but 'omp requires %s' "
- "cannot be fulfilled", name, buf);
+ "cannot be fulfilled\n", name, buf);
free (name);
}
}