[llvm-commits] [llvm-gcc-4.2] r43399 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Bill Wendling
isanbard at gmail.com
Wed Nov 7 01:40:21 PST 2007
On Nov 7, 2007, at 1:20 AM, Duncan Sands wrote:
> Hi Bill,
>
>> Does this help? :-)
>
> the tree dumps weren't very informative! :)
Yeah...there weren't that many that were dumped. :-)
> Here is a testcase that seems to show the same kind of problem, and
> works on my machine:
>
> struct A
> {
> int a[11];
> };
>
> void Qux() {
> static struct A C = {0};
> struct A __attribute__ ((aligned (1))) Bar;
>
> Bar = C;
> }
>
> Can you please confirm that this is the problem you are talking about?
>
No, this doesn't give the assert. :-(
-bw
More information about the llvm-commits
mailing list