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
Xcode4 crashes if Fortran program contains a character variable
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.

