This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug in g++ in use of string literal with template
- To: f981500 at FFZJ0LX0 dot bank dot dresdner dot net
- Subject: Re: bug in g++ in use of string literal with template
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 19 Jun 2000 21:15:36 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <0006191215.AA47776@FFZJ0LX0.bank.dresdner.net>
> The attached source doesn't work as expected, at least under Windows.
> I would expect the runtime output to be 5; it is 0.
Thanks for your bug report. The mainline compiler (2.96 20000607
(experimental)) produces the correct result, so the bug appears to be
fixed.
Regards,
Martin