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 target/26650] unaligned (SSE) stack access, smashing



------- Comment #5 from schwab at suse dot de  2006-03-12 15:45 -------
vec_t is a non-POD type because it has a user-defined copy assignment operator,
thus ray_t can't be a POD either.


-- 


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


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