mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
a5416bf369
... and add a minimum amount of offloading testing.
(Leaving aside that 'fwrite' to 'stderr' probably wouldn't work anyway) the
'fwrite' calls in 'libgomp/error.c:GOMP_warning', 'libgomp/error.c:GOMP_error'
drag in 'isatty', which isn't provided by my nvptx newlib build at present, so
we get, for example:
[...]
FAIL: libgomp.c/../libgomp.c-c++-common/declare_target-1.c (test for excess errors)
Excess errors:
unresolved symbol isatty
mkoffload: fatal error: [...]/build-gcc/./gcc/x86_64-pc-linux-gnu-accel-nvptx-none-gcc returned 1 exit status
[...]
..., and many more.
Fix up for recent commit
|
||
---|---|---|
.. | ||
affinity-fmt.c | ||
atomic.c | ||
bar.c | ||
bar.h | ||
doacross.h | ||
error.c | ||
icv-device.c | ||
oacc-parallel.c | ||
simple-bar.h | ||
target.c | ||
task.c | ||
team.c | ||
teams.c | ||
time.c |