This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Query about clear function for strings
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Indictrans Team <indictrans at fastmail dot fm>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 30 Jul 2004 08:49:20 -0700
- Subject: Re: Query about clear function for strings
- References: <1091170216.7684.201370998@webmail.messagingengine.com>
On Fri, Jul 30, 2004 at 10:50:16AM +0400, Indictrans Team wrote:
> respected sir,
> I have compiled c++ code using gcc compiler on
> windows xp platform.It compiles all functions exept
> clear function for strings.If instead of clear
> function, all string characters are replaced by '\0'
> or string is erased from positon 0 to string length
> or string equals to "" did not solve the problem.
> Please suggest some remedy.
Your message is too vague. Can you please post an example program showing
the problem that you are having, so we can determine if it is a bug?
If you are pretty sure that it is a bug, you could file a bug report;
see
http://gcc.gnu.org/bugs.html
for details.