------- Comment #1 from dominiq at lps dot ens dot fr 2010-06-16 09:21 ------- The miscompilation occurs between -finline-limit=300 (works) and =400 (Segmentation fault). This seems related to the inlining of the subroutine 'fourir2d' (called 4 times with =400) instead of 'fourir' (called 14 times with =300).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44533