Re: [PATCH] Fix init_reload memory leak

2013-01-21 Thread Jeff Law
On 01/21/2013 07:36 AM, Jakub Jelinek wrote: Hi! While working on the multiversioning patch I've just posted, I've noticed that on say: void foo (); void foo () __attribute__((target ("avx"))); void foo () __attribute__((target ("default"))); __attribute__((target ("default"))) void foo () { } _

[PATCH] Fix init_reload memory leak

2013-01-21 Thread Jakub Jelinek
Hi! While working on the multiversioning patch I've just posted, I've noticed that on say: void foo (); void foo () __attribute__((target ("avx"))); void foo () __attribute__((target ("default"))); __attribute__((target ("default"))) void foo () { } __attribute__((target ("avx"))) void foo () { }