https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122810
--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Thomas Schwinge from comment #3) > Jerry, given "Native configuration is x86_64-pc-linux-gnu", please confirm > whether you've been running the test suite with any "unusual" flags, like > 'GFORTRAN_ERROR_BACKTRACE=no' that Tobias mentioned? > > > Tobias, I'm not objecting to removing that check, but it'll need to be done > for all 'libgomp.oacc-fortran/error_stop-*.f' files. Until I realized the connection I had this in my .bashrc export GFORTRAN_ERROR_BACKTRACE=0 I was surprised this setting was affecting libgomp tests. To get things to pass I now use the following in my test scripts. unset GFORTRAN_ERROR_BACKTRACE This allows me to keep my preferred setting.
