This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
There's some weird things going on with stack slot allocations. x is allocated from [virtual-stack-vars, virtual-stack-vars + 18] and y is allocated from [virtual-stack-vars + 19, virtual-stack-vars + 34] for some reason (so&y - 3 is DImode aligned, as is&x)!?
note how it carefully tries to avoid changing values after x
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |