Hi Devang, what is this test testing? A compiler crash? It doesn't crash here without your fix.
> +// 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;
Ciao,
Duncan.
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
