[Bug other/55358] Valgrind errors

2024-08-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[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 --- Author: rguenth Date: Mon Oct 14 09:24:36 2013 New Revision: 203517 URL: http://gcc.gnu.org/viewcvs?rev=203517&root=gcc&view=rev Log: 2013-10-14 Richard Biener PR middle-end/58712 PR middle-end/

[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 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 iterative_hash_canonical_type (t

[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 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=gcc&view=rev&rev=193900 Log: PR other/55358 * dse.c (rest_of

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 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 of "delete_dead_store_insn (pt

[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 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 old C++ STL benchmark from St

[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 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) (gimple.c:3170) ==2442==by 0xD3F4A0: h

[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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[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 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== Invalid write of size 8 ==23637==

[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 2012-11-21 16:52:59 UTC --- ==13066== Conditional jump or move depends on uninitialised value(s) ==13066==at 0x56333A: pp_c_specifier_qualifier_list(c_pretty_print_info*, tree_node*) (c-pretty-pr

[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 changed: What|Removed |Added CC||markus at trippelsdorf dot