[Bug middle-end/31377] wrap_help error

2018-11-15 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31377

--- Comment #3 from Nick Clifton  ---
Hi George,

(In reply to George Ellery from comment #0)

>   room = columns - 3 - MAX (col_width, item_width);
>   if (room > columns)

>   room = columns - 3 - MAX (col_width, item_width);
>   if (room < 0)

Doh!  Yes this was my mistake.  I do not have approval rights
to this code, but personally I would consider your fix as "obvious"
and so hope that it can be committed without much fuss.

Cheers
  Nick

[Bug middle-end/31377] wrap_help error

2018-11-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31377

Eric Gallager  changed:

   What|Removed |Added

 CC||nickc at gcc dot gnu.org

--- Comment #2 from Eric Gallager  ---
svn blame says nickc wrote this code in r121849; cc-ing him

[Bug middle-end/31377] wrap_help error

2017-09-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31377

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-09-27
 CC||egallager at gcc dot gnu.org
 Ever confirmed|0   |1
   Severity|minor   |trivial

--- Comment #1 from Eric Gallager  ---
Confirmed that wrap_help in gcc/opts.c still has the code in question; please
submit a patch to the gcc-patches mailing list for review.