I don't know too much about the testsuite infrastructure.
You'll likely need to ping jakub or tobias, who seem to
be the most active gomp contributors.
On my FreeBSD system, I have my sources in gcc/gccx, build in
gcc/objx, and install into $HOME/work/x.
For building and testing, I have a script
Hi Steve,
there have not been any answers yet, so thank you for looking into that. I
tried your proposal and changed the installation directory to:
/mnt/work_store/gcc/installs/dev
Unfortunately this did not change anything. The gomp-tests are still unable to
compile. But I don't see any issues
Andre,
I have not seen an answer to your email. I just built gcc/gfortran with
a build directory named objx/. My 'make -j6 check-fortran' completed
without issues (other than the usual broken libsaniziter tests and
confusion of gmake versus make and $MAKE). From your description, it
would certa
Hi gfortraneers and gomp-specialists,
during regression testing I lately experience all OpenMP fortran tests to be
failing. I do:
make check-fortran
My configure is:
../gcc/configure --disable-multilib --enable-stage1-languages=c,fortran,c++
--enable-checking=yes --enable-offload-defaulted --pr