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

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

coolman
Beginner
529 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
2 Replies
Devorah_H_Intel
Moderator
430 Views

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

0 Kudos
Devorah_H_Intel
Moderator
76 Views

The fix is scheduled for the next 2025.1.0 ifx release. 

0 Kudos
Reply