This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18001] [4.0 regression] Badly formatted error message (quotation problem)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]