- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
At optimization, the program fails with 11.1.067 related to the known incompatibility with linker in Xcode 3.2.2 and later. See this sticky post more details about the known linker incompatibility.
Your program runs correctly at optimization when using the advertised work around (see below): -use-asm
Your program also produces correct results without this work around when using the latest 11.1.089 update (see below) which contains a patch for this known linker incompatibility.
Using use-asm work around with 11.1.067:
$ ifort -V u78427.f90 -use-asm
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20090827 Package ID: m_cprof_p_11.1.067
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
Intel Fortran 11.1-2582
@(#)PROGRAM:ld PROJECT:ld64-97.2
Library search paths:
$ ./a.out
-0.999305041735772 1.783280721696433E-003
3.474791321139148E-004 1.783280721696433E-003
No work around needed with 11.1.089:
$ ifort -V u78427.f90
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100806 Package ID: m_cprof_p_11.1.089
Copyright (C) 1985-2010 Intel Corporation. All rights reserved.
Intel Fortran 11.1-2755
@(#)PROGRAM:ld PROJECT:ld64-97.2
Library search paths:
$ ./a.out
-0.999305041735772 1.783280721696433E-003
3.474791321139148E-004 1.783280721696433E-003
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
At optimization, the program fails with 11.1.067 related to the known incompatibility with linker in Xcode 3.2.2 and later. See this sticky post more details about the known linker incompatibility.
Your program runs correctly at optimization when using the advertised work around (see below): -use-asm
Your program also produces correct results without this work around when using the latest 11.1.089 update (see below) which contains a patch for this known linker incompatibility.
Using use-asm work around with 11.1.067:
$ ifort -V u78427.f90 -use-asm
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20090827 Package ID: m_cprof_p_11.1.067
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
Intel Fortran 11.1-2582
@(#)PROGRAM:ld PROJECT:ld64-97.2
Library search paths:
$ ./a.out
-0.999305041735772 1.783280721696433E-003
3.474791321139148E-004 1.783280721696433E-003
No work around needed with 11.1.089:
$ ifort -V u78427.f90
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100806 Package ID: m_cprof_p_11.1.089
Copyright (C) 1985-2010 Intel Corporation. All rights reserved.
Intel Fortran 11.1-2755
@(#)PROGRAM:ld PROJECT:ld64-97.2
Library search paths:
$ ./a.out
-0.999305041735772 1.783280721696433E-003
3.474791321139148E-004 1.783280721696433E-003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page