https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837

--- Comment #5 from kargls at comcast dot net ---
On 4/16/25 22:01, pinskia at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
> 
> --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> I was looking into this and don't see COLUMNS env being used for diagnostic
> messages width any more. But I could be wrong. I did it being used for 
> printing
> out the line of the source file though.
> 

Thanks for looking at this.  If I use an an xterm with fewer than
80 columns or more than 80 columns, I see the warning I would expect.
With an 80 column xterm, the ')' character in the quoted string,
'INTEGER(4)', falls in the 80th column and is not printed.  I
tried tracing into the diagnostic code with gdb, but got lost
fairly quickly.

Reply via email to