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 other/53284] Several libatomic tests fail on 32-bit Solaris/x86


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

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> 2012-05-08 22:39:35 UTC ---
Can you investigate why configure decides that __atomic_compare_exchange_8
is implemented inline?  That it isn't inline is obvious from the recursion.

Was the configure change to CFLAGS in fact wrong?


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