https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Fri Nov 27 09:36:20 2015
New Revision: 231001
URL: https://gcc.gnu.org/viewcvs?rev=231001&root=gcc&view=rev
Log:
Fix memory leak in cilk
PR c++/68312
* c-array-notation.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
--- Comment #4 from Martin Liška ---
Created attachment 36784
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36784&action=edit
Suggested patch2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
--- Comment #3 from Martin Liška ---
Created attachment 36783
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36783&action=edit
Suggested patch1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
--- Comment #2 from Martin Liška ---
One another:
algrind --leak-check=yes --num-callers=100 --trace-children=yes
--suppressions=/home/marxin/Programming/gcc2/gcc.supp --error-exitcode=111 -q
/home/marxin/Programming/gcc2/objdir/gcc/xgcc
-B/hom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Target Milest
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312
--- Comment #1 from Martin Liška ---
Created attachment 36696
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36696&action=edit
valgrind2