[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-11-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #39 from Andrew Pinski 2012-11-02 02:41:37 UTC --- (In reply to comment #38) > Ah, the #c3 fail on powerpc was due to a powerpc glibc pthread_once bug. And > comment #36 should have read: > ..previous test was for *either* at

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-11-01 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #38 from Alan Modra 2012-11-02 02:39:29 UTC --- Ah, the #c3 fail on powerpc was due to a powerpc glibc pthread_once bug. And comment #36 should have read: ..previous test was for *either* atomic bool or atomic int.

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-11-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #37 from Andrew Pinski 2012-11-02 02:16:48 UTC --- (In reply to comment #36) > The change I mention in #c22 > http://gcc.gnu.org/viewcvs?view=revision&revision=184110 > tests for atomic ops on all of bool, short, int and long

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-11-01 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #36 from Alan Modra 2012-11-02 02:13:20 UTC --- The change I mention in #c22 http://gcc.gnu.org/viewcvs?view=revision&revision=184110 tests for atomic ops on all of bool, short, int and long long, where the previous test was

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-11-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #35 from Andrew Pinski 2012-11-02 01:35:35 UTC --- I get the same "randomish" failure on MIPS64 (the Octeon 1 with 16 cores) with GCC 4.7. The patch listed below will not help me at all as the code is already using the __atomi

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-04-21 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-04-21 Thread amodra at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #32 from Alan Modra 2012-04-21 13:27:51 UTC --- Author: amodra Date: Sat Apr 21 13:27:44 2012 New Revision: 186650 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186650 Log: PR libstdc++/52839 * acinclude.m4 (_GLIBCXX_

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-04-21 Thread amodra at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #33 from Alan Modra 2012-04-21 13:28:59 UTC --- Author: amodra Date: Sat Apr 21 13:28:53 2012 New Revision: 186651 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186651 Log: PR libstdc++/52839 missed from last delta Modif

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-04-14 Thread amodra at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 --- Comment #31 from Alan Modra 2012-04-14 13:24:48 UTC --- Author: amodra Date: Sat Apr 14 13:24:43 2012 New Revision: 186453 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186453 Log: PR libstdc++/52839 * acinclude.m4 (_GLIBCXX_

[Bug libstdc++/52839] [4.7/4.8 Regression] double free or corruption running tr1/.../default_weaktoshared.exe

2012-04-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52839 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.7.1 Summary|double free or