[Bug libstdc++/64443] New std::string implementation breaks tests on AArch64.

2014-12-31 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64443 --- Comment #5 from Tejas Belagod --- (In reply to Tejas Belagod from comment #3) > (In reply to Andrew Pinski from comment #1) > > >This commit seems to be breaking libstdc++-v3 runs on AArch64. > > > > Is this under Linux or with newlib? > >

[Bug libstdc++/64443] New std::string implementation breaks tests on AArch64.

2014-12-31 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64443 --- Comment #4 from Tejas Belagod --- (In reply to Andrew Pinski from comment #1) > >This commit seems to be breaking libstdc++-v3 runs on AArch64. > > Is this under Linux or with newlib? It works fine under Linux.

[Bug libstdc++/64443] New std::string implementation breaks tests on AArch64.

2014-12-30 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64443 --- Comment #3 from Tejas Belagod --- (In reply to Andrew Pinski from comment #1) > >This commit seems to be breaking libstdc++-v3 runs on AArch64. > > Is this under Linux or with newlib? newlib. When run on a fast-model(simulator) they fail by

[Bug libstdc++/64443] New std::string implementation breaks tests on AArch64.

2014-12-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64443 --- Comment #2 from Jonathan Wakely --- Probably the same issue as PR 64368 so it's probably a problem with the non-gnu clocale model.

[Bug libstdc++/64443] New std::string implementation breaks tests on AArch64.

2014-12-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64443 --- Comment #1 from Andrew Pinski --- >This commit seems to be breaking libstdc++-v3 runs on AArch64. Is this under Linux or with newlib?