Maciej Bliziński <[email protected]> writes: > __sync_fetch_and_add_4 has been biting my badly in recent days, when > was working towards the new GCC. It's not a new problem, you can find > a number of past postings to the mailing list about this issue. Our > porting FAQ suggests a workaround: disable optimization. The problem > occurs with i386 and sparcv8, and I need to set -O0 to make these ISAs > build. I suppose that for a less used program it could be fine, but > I'm building the compiler and its dependent libraries. Are we OK with > GMP, PPL and their client, GCC, built with no optimization?
For those 2 clunky platforms: yes; for the others: no. Don't ask... -- Peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
