Re: [GOMP, Fortran] RFC: Issues with gomp-fortran tests

2024-06-07 Thread Steve Kargl
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

Re: [GOMP, Fortran] RFC: Issues with gomp-fortran tests

2024-06-07 Thread Andre Vehreschild
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

Re: [GOMP, Fortran] RFC: Issues with gomp-fortran tests

2024-06-06 Thread Steve Kargl
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

[GOMP, Fortran] RFC: Issues with gomp-fortran tests

2024-06-03 Thread Andre Vehreschild
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