[Bug other/55358] Valgrind errors

2013-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #11 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Mon Oct 14 09:24:36 2013 New Revision: 203517 URL: http://gcc.gnu.org/viewcvs?rev=203517root=gccview=rev Log: 2013-10-14 Richard Biener rguent...@suse.de

[Bug other/55358] Valgrind errors

2012-11-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #6 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-28 08:51:26 UTC --- Created attachment 28818 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28818 stl benchmark The last issue can be reproduced with an

[Bug other/55358] Valgrind errors

2012-11-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #7 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-28 13:20:54 UTC --- The fix for: ==23637== Invalid write of size 8 ==23637==at 0xCF9951: rest_of_handle_dse() (dse.c:2874) ... seems to be simple. Because

[Bug other/55358] Valgrind errors

2012-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug other/55358] Valgrind errors

2012-11-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-28 16:49:49 UTC --- Author: jakub Date: Wed Nov 28 16:49:35 2012 New Revision: 193900 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193900 Log: PR

[Bug other/55358] Valgrind errors

2012-11-28 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #10 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-28 19:58:43 UTC --- iterative_hash_canonical_type (type=0x5941dc8, val=0) at /home/markus/gcc/gcc/gimple.c:3170 3170 *slot = (void *) mp; (gdb) bt #0

[Bug other/55358] Valgrind errors

2012-11-23 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #5 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-23 13:08:54 UTC --- A new one: ==2442== Invalid write of size 8 ==2442==at 0x672DF6: iterative_hash_canonical_type(tree_node*, unsigned int)

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #2 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 16:52:59 UTC --- ==13066== Conditional jump or move depends on uninitialised value(s) ==13066==at 0x56333A:

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #3 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 17:17:23 UTC --- I hope it's OK to just dump the errors here as I encounter them. This one looks similar to the rest_of_handle_ree() issue: ==23637==

[Bug other/55358] Valgrind errors

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at