add reproducer for ifx bug
This commit is contained in:
9
Makefile
9
Makefile
@@ -23,6 +23,15 @@ build/array_copy_ifx_debug: array_copy.f90 mkbuilddir
|
||||
build/array_copy_gfortran_debug: array_copy.f90 mkbuilddir
|
||||
gfortran -g -fcheck-array-temporaries $< -o $@
|
||||
|
||||
build/pointer_bounds_associate_ifort: pointer_bounds_associate.f90 mkbuilddir
|
||||
ifort -O2 -g -check arg_temp_created $< -o $@
|
||||
|
||||
build/pointer_bounds_associate_ifx: pointer_bounds_associate.f90 mkbuilddir
|
||||
ifx -O2 -g -check arg_temp_created $< -o $@
|
||||
|
||||
build/pointer_bounds_associate_gfortran: pointer_bounds_associate.f90 mkbuilddir
|
||||
gfortran -O2 -g -fcheck-array-temporaries $< -o $@
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -f build/*
|
||||
|
||||
Reference in New Issue
Block a user