This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc bug adds ^q to 12 character words
- From: Jim Wilson <wilson at specifixinc dot com>
- To: Tom Bradley <tbradley2 at titan dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 10 Feb 2004 15:56:52 -0800
- Subject: Re: gcc bug adds ^q to 12 character words
- References: <200402101140.01318.tbradley2@titan.com>
Tom Bradley wrote:
Attached is a simple tree I am trying to code but fails on ONLY 12 character
words. I compiled with gcc 3.3.1 under suse9.0 and all the 12 character words
have a ^Q added.
I don't see any attachment.
Do you perhaps have a 12 character buffer? You need a 13 character
buffer to hold a 12 character string plus the \0 end of string
character. Or maybe you aren't properly terminating the strings? I
doubt that this is a gcc problem.
We don't track problems mailed to gcc-bugs. We prefer that problems be
filed into our bugzilla database, where it is easy to track them. See
http://gcc.gnu.org/bugs.html
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com