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

Visual Studio crashing when loading fortran fixed code VF2013

Sakis
Beginner
3,407 Views

Since I've installed Visual Fortran 2013, many .f (fixed) Fortran source files cause VS2010 (and 2012) crash on load. To isolate the problem, I tried loading just single source files (no projext or solution) with exactly the same results. VS crash on file load.

I've installed VS2012 + Visual Fortran 2013 from scratch on a second system with clean installed Win7 and the problem persists. BTW previous Visual Fortran version (2011) works fine with no crashes at'all.

.f files that crash the VS environment are NEC2 and NEC4 sources if that helps.

Any idea?

0 Kudos
23 Replies
Geoff_Hall
Beginner
652 Views

Ah! Whoops. Ok, attached now. Let me know if it's not enough.

Cheers

0 Kudos
Steven_L_Intel1
Employee
652 Views

Yes, it's the INTERFACE OPERATOR declarations. Turning off Tools > Options > Text Editor > Fortran > Advanced > Collect Object Browser Information is a workaround for now. Our developers are already working to fix this. I will let you know of any progress.

0 Kudos
Geoff_Hall
Beginner
652 Views

Ok. Thanks Steve.

Cheers, Geoff

0 Kudos
Reply