------- Comment #16 from howarth at nitro dot med dot uc dot edu 2010-03-09 02:26 ------- The miscompiled code in air.f90 is the subroutine SPECTOP. If I pull that subroutine out into a separate file and compile it at -O3 without -fgraphite-identity, the remainder of the code can be compiled with -fgraphite-identity at -O3 and the resulting binary runs fine on x86_64-apple-darwin10.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42181