This is the mail archive of the gcc-patches@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]

Re: [Committed] Fix a simple diagnostic problem in C++ parser


On Wed, 27 Oct 2004, Andrew Pinski wrote:

> We had a misplaced q instead of the correct %qE, we had q%E which caused
> a q to show up instead of being quoted.  I committed this as obvious.

This seems to be one of the residual issues left from the quoting changes 
I listed in <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00875.html>.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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