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

Xcode4 crashes if Fortran program contains a character variable

Risto_Sievanen
Beginner
266 Views
Hi
I am running Mac OS 10.7.4, Xcode 4.3.3 and Intel® Fortran Composer XE 2011 for Mac OS* X Update 11, Version 2011.11.344.
When I set breakpoint at line "alue = 1" and run the program below, Xcode crashes. If I comment out  the line "character c", it stops at breakpoint.
Does anybody know what is wrong?
Risto
----------------------------
integer alue
character c
alue = 1
stop
end
0 Kudos
0 Replies
Reply