This is the mail archive of the gcc-bugs@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]

[Bug c++/27312] excessive stack use for automatic object on stack



------- Comment #2 from avi at argo dot co dot il  2006-04-25 15:57 -------
But why 24? gcc could place the object in any of the 12 bytes needed for stack
alignment.

I don't see any reason why the empty object needs to be aligned to more than a
byte boundary.

What am I missing?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27312


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]