Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28710 Discussions

bug when close childwindow with status='keep' in the new version 2023.2

coolman
Beginner
415 Views

build a quickwin project with the main program follows:

program main
use IFQWIN
integer status
open(16,file='user')
write(16,*)'hello'
close(16,status='keep')
status=SETEXITQQ (QWIN$EXITPERSIST)
end program


The program will run successfully as expected. But it fails when the window closes. 

The last version has no problem.

0 Kudos
1 Reply
Devorah_H_Intel
Moderator
316 Views

Thank you for your report. This issue has been escalated to the compiler engineering for fix.

0 Kudos
Reply