Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Xcode4 crashes if Fortran program contains a character variable

Risto_Sievanen
Beginner
363 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