This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18001] [4.0 regression] Badly formatted error message (quotation problem)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2004 04:53:07 -0000
- Subject: [Bug c++/18001] [4.0 regression] Badly formatted error message (quotation problem)
- References: <20041014163411.18001.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 04:53 -------
This one will still happen even after GDR patch for fixing c_parse_error.
The problem is in lvalue_or_else where it uses %s for the string instead of concating the string to a
dignostic part.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2004-10-14 16:40:11 |2004-10-31 04:53:07
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18001