Re: [PATCH, Pointer Bounds Checker 29/x] Debug info

2014-10-15 Thread Jeff Law
On 10/15/14 09:54, Ilya Enkovich wrote: I looked into sdbout.c code and didn't find any places requiring fixes. It seems it just ignores cases when it doesn't know what to output. Perfect. I really don't want to invest developer time into significantly improving sdbout or dbxout. If sdbout i

Re: [PATCH, Pointer Bounds Checker 29/x] Debug info

2014-10-15 Thread Ilya Enkovich
2014-06-18 0:56 GMT+04:00 Jeff Law : > On 06/11/14 02:50, Ilya Enkovich wrote: >> >> Hi, >> >> This patch skips all bounds during debug info generation. >> >> Bootstrapped and tested on linux-x86_64. >> >> Thanks, >> Ilya >> -- >> gcc/ >> >> 2014-06-11 Ilya Enkovich >> >> * dbxout.c (dbx

Re: [PATCH, Pointer Bounds Checker 29/x] Debug info

2014-06-17 Thread Jeff Law
On 06/11/14 02:50, Ilya Enkovich wrote: Hi, This patch skips all bounds during debug info generation. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-06-11 Ilya Enkovich * dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE. * dwarf2out.c (gen_subprogram_

[PATCH, Pointer Bounds Checker 29/x] Debug info

2014-06-11 Thread Ilya Enkovich
Hi, This patch skips all bounds during debug info generation. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-06-11 Ilya Enkovich * dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE. * dwarf2out.c (gen_subprogram_die): Ignore bound args. (gen_type