This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc bug adds ^q to 12 character words


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]