------- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-06-18 04:27 ------- When I revert just the files in my patch, the test case passes with -m32 and segfaults on -m64 at run time. I don't think this is related to 136821 directly. Looking at the -fdump-tree-original between -m32 and -m64, there are a large number of variables that change from kind=4 with -m32 to kind=8 with -m64. Something is definitely out of whack.
This is looking like a Hiesenbug. I am going to need help to find this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36553