------- Comment #3 from ubizjak at gmail dot com 2010-09-18 21:43 ------- (In reply to comment #2)
> I dont understand your point in copy pasting the manual on -malign-double. > > Are you saying that segmentation fault is an acceptable/expected behavior in > this case and this bug will not be fixed? -malign-double is an ABI changing option, it means that source, compiled with this option, violates the convention on how variables are passed and/or accessed in the memory. So, when you use -malign-double, you should link your program with libraries that are also compiled with -malign-double. This includes ALL libraries, including system libraries. This is not a bug. -- ubizjak at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45724