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/55909] libtool test exposes what I think is some alignment issue in libstdc++


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

--- Comment #32 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-01-09 16:07:19 UTC ---
Well, if you don't pass anything an autoconf test tries to figure out:

--enable-initfini-array
    Force the use of sections .init_array and .fini_array (instead of .init and
.fini) for constructors and destructors. Option --disable-initfini-array has
the opposite effect. If neither option is specified, the configure script will
try to guess whether the .init_array and .fini_array sections are supported
and, if they are, use them.

I would quickly test passing an explicit --disable-initfini-array


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