Re: [PATCH, 5/5] check_GNU_style.sh: Fix tab size in 80 characters check

2015-05-18 Thread Jeff Law
On 05/18/2015 02:07 AM, Tom de Vries wrote: On 12-05-15 17:16, Jeff Law wrote: [PATCH 5/5] check_GNU_style.sh: Fix tab size in 80 characters check 2015-05-11 Tom de Vries * check_GNU_style.sh (col): Fix tab size. OK. Hi Jeff, I. I noticed a performance degradation due to this patch:

Re: [PATCH, 5/5] check_GNU_style.sh: Fix tab size in 80 characters check

2015-05-18 Thread Tom de Vries
On 12-05-15 17:16, Jeff Law wrote: [PATCH 5/5] check_GNU_style.sh: Fix tab size in 80 characters check 2015-05-11 Tom de Vries * check_GNU_style.sh (col): Fix tab size. OK. Hi Jeff, I. I noticed a performance degradation due to this patch: ... $ cat gcc/tree-ssa-tail-merge.c | awk '{p

Re: [PATCH, 5/5] check_GNU_style.sh: Fix tab size in 80 characters check

2015-05-12 Thread Jeff Law
On 05/12/2015 01:29 AM, Tom de Vries wrote: Hi, this patch fixes a problem in the 80 characters length check. Currently tab width is not properly calculated. The patch uses expand to interpret tabs properly. OK for trunk? Thanks, - Tom 0005-check_GNU_style.sh-Fix-tab-size-in-80-characters-