On Jan 25, 2008, at 12:55 AM, Duncan Sands wrote: > Hi Devang, what is this test testing? A compiler crash? > It doesn't crash here without your fix.
Hmm.. did you try assertion enabled build ? What is the size and alignment of this struct for you without this patch ? - Devang > > >> +// RUN: %llvmgcc %s -S -o - >> + >> +// This struct is not 4 byte aligned becaues bit-field >> +// type does not influence struct alignment. >> +struct U { char a; short b; int c:25; char d; } u; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits