This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ 2.7.2.3 says «Unterminated string» ininline function containing terminated string with letters above 127d
- To: trond at ramstind dot gtf dot ol dot no
- Subject: Re: g++ 2.7.2.3 says «Unterminated string» ininline function containing terminated string with letters above 127d
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 26 Mar 2000 23:29:58 +0200
- CC: bug-gcc at gnu dot org
- References: <Pine.BSF.4.21.0003262008170.94681-101000@ramstind.gtf.ol.no>
> I can not (yet) upgrade to the current release, but I hope the bug is
> not present in the current release.
Thanks for your bug report. gcc-2.95.2 indeed accepts your program.
Please note that it is not strictly portable C++ code, since only
ASCII is allowed here. g++ accepts that as an extension.
Regards,
Martin