https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126210
--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Jerry DeLisle from comment #5) > How do we get rid of these which has caused me to not see other problems > before: > > Running target unix > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O0 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O1 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O2 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -fomit-frame-pointer > -funroll-loops -fpeel-loops -ftracer -finline-functions output pattern test > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -g output pattern test > FAIL: libgomp.oacc-fortran/error_stop-1.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -Os output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O0 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O1 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O2 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -fomit-frame-pointer > -funroll-loops -fpeel-loops -ftracer -finline-functions output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -g output pattern test > FAIL: libgomp.oacc-fortran/error_stop-2.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -Os output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O0 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O1 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O2 output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -fomit-frame-pointer > -funroll-loops -fpeel-loops -ftracer -finline-functions output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -O3 -g output pattern test > FAIL: libgomp.oacc-fortran/error_stop-3.f -DACC_DEVICE_TYPE_host=1 > -DACC_MEM_SHARED=1 -foffload=disable -Os output pattern test > > Is there a flag or something I need? Apparently these tests fail if GFORTRAN_ERROR_BACKTRACE=0
