Hi,
this patch addresses the incorrectly placed tests, which fail if the
testsuite is ran and gcc has not been installed yet, as discussed
here: https://gcc.gnu.org/pipermail/gcc-patches/2025-October/698095.html
The tests pass fine in their new location, though I wasn't able to
reproduce the issue on my system to begin with, so if somebody could
verify it, it would be much appreciated.
Best regards,
Josef
libgomp/ChangeLog:
* gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec1.c: Move to...
* testsuite/libgomp.c/ipcp-cb-spec1.c: ...here.
* gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec2.c: Move to...
* testsuite/libgomp.c/ipcp-cb-spec2.c: ...here.
* gcc/testsuite/gcc.dg/ipa/ipcp-cb1.c: Move to...
* testsuite/libgomp.c/ipcp-cb1.c: ...here.
Signed-off-by: Josef Melcr <[email protected]>
---
.../gcc.dg/ipa => libgomp/testsuite/libgomp.c}/ipcp-cb-spec1.c | 0
.../gcc.dg/ipa => libgomp/testsuite/libgomp.c}/ipcp-cb-spec2.c | 0
.../gcc.dg/ipa => libgomp/testsuite/libgomp.c}/ipcp-cb1.c | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename {gcc/testsuite/gcc.dg/ipa =>
libgomp/testsuite/libgomp.c}/ipcp-cb-spec1.c (100%)
rename {gcc/testsuite/gcc.dg/ipa =>
libgomp/testsuite/libgomp.c}/ipcp-cb-spec2.c (100%)
rename {gcc/testsuite/gcc.dg/ipa => libgomp/testsuite/libgomp.c}/ipcp-cb1.c
(100%)
diff --git a/gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec1.c
b/libgomp/testsuite/libgomp.c/ipcp-cb-spec1.c
similarity index 100%
rename from gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec1.c
rename to libgomp/testsuite/libgomp.c/ipcp-cb-spec1.c
diff --git a/gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec2.c
b/libgomp/testsuite/libgomp.c/ipcp-cb-spec2.c
similarity index 100%
rename from gcc/testsuite/gcc.dg/ipa/ipcp-cb-spec2.c
rename to libgomp/testsuite/libgomp.c/ipcp-cb-spec2.c
diff --git a/gcc/testsuite/gcc.dg/ipa/ipcp-cb1.c
b/libgomp/testsuite/libgomp.c/ipcp-cb1.c
similarity index 100%
rename from gcc/testsuite/gcc.dg/ipa/ipcp-cb1.c
rename to libgomp/testsuite/libgomp.c/ipcp-cb1.c
--
2.51.0