[Bug target/16350] gcc only understands little endian ARM systems

2013-01-09 Thread sam.thursfield at codethink dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 Sam Thursfield changed: What|Removed |Added CC||sam.thursfield at codethink

[Bug target/16350] gcc only understands little endian ARM systems

2013-01-09 Thread sam.thursfield at codethink dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 --- Comment #31 from Sam Thursfield 2013-01-09 11:46:59 UTC --- Ignore the comment about GCC 4.7.3, which doesn't even exist. Looks like the fix is only in trunk so far.

[Bug libstdc++/82033] New: C++11 library doesn't work on AIX if GCC is built with --disable-bootstrap

2017-08-30 Thread sam.thursfield at codethink dot co.uk
erity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: sam.thursfield at codethink dot co.uk Target Milestone: --- Host: powerpc-ibm-aix7.1.0.0 Target: powerpc-ibm-aix7.1.0.0

[Bug libstdc++/82033] C++11 library doesn't work on AIX if GCC is built with --disable-bootstrap

2017-08-30 Thread sam.thursfield at codethink dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033 --- Comment #2 from Sam Thursfield --- Sorry, I really thought I'd tracked down the correct cause before reporting the bug, but it seems something else I'm doing is breaking the library.

[Bug libstdc++/82033] C++11 library doesn't work on AIX if GCC is built with --disable-bootstrap

2017-08-30 Thread sam.thursfield at codethink dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033 Sam Thursfield changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/82033] C++11 library doesn't work on AIX if GCC is built with --disable-bootstrap

2017-08-30 Thread sam.thursfield at codethink dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033 --- Comment #4 from Sam Thursfield --- For posterity, the actual cause of my issue was passing `--disable-multilib` to configure. It's pretty clear why this broke some threading stuff -- 'pthread' is a whole separate set of libs on AIX.