Hi all, Attached is a patch for PR855. I don't have access to the llvm-gcc4 branch (I got my stuff from the anonymous server), but would also like other eyes on this patch. Here's the testcase: $ more test/Regression/CFrontend/2006-09-19-SizeOfCrash.c // RUN: %llvmgcc %s -S -o /dev/null 2>&1 | not grep 'internal compiler error' // PR855 struct A X[(927 - 37) / sizeof(struct A)]; Share and enjoy! -bw -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch-855.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060919/2f7aa4d0/attachment.txt>