This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: possible bug
- To: asrat at worldnet dot att dot net
- Subject: Re: possible bug
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sat, 7 Aug 1999 09:24:42 +0200
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <37A9E57F.4B58B205@worldnet.att.net>,<37A8C782.BF40D131@worldnet.att.net>
> >> nit a[10]= {4,197,234,312,413,58,-69,701,823,945};
> > > nit l=0;
> Please change nit to int.
Ok. With that change, I cannot reproduce the bug. g++ compiles the
code given in http://egcs.cygnus.com/ml/gcc-bugs/1999-08/msg00187.html
just fine, on i586-pc-linux-gnu.
If you still think there is a bug, please re-report it. Before doing
so, read http://egcs.cygnus.com/faq.html#bugreport. Several parts
where missing in your report (what platform, what error message).
Thanks,
Martin