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

Ifort and Xcode 3.2.4 compatibility question

Wich
Beginner
273 Views
Hi,
I have just seen that the update to Xcode 3.2.4 is available through the software update, so I would like to know if there are known issues(like with versions 3.2.2 and 3.2.3 in the past) with the latest compiler version or I can update safely?
Thanks for the answers.
0 Kudos
1 Reply
Ron_Green
Moderator
273 Views
Go ahead and update, I've been running 3.2.4 for a while w/o issues. But we still have an open bug report with Apple on their linker. If your code uses SELECT CASE statement(s) or if you have C code with SWITCH statements, add compiler option -use-asm to work around the linker bug in 3.2.2, 3.2.3 and 3.2.4.

ron
0 Kudos
Reply