This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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++/16227] New: bad error messages from parser


https://sourceware.org/bugzilla/show_bug.cgi?id=16227

            Bug ID: 16227
           Summary: bad error messages from parser
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Many times one gets error messages from the C++ parser like:

    A syntax error in expression, near `'.

I think this happens more often than necessary because
c-exp.y now pre-lexes some parts of the input string, but yyerror
doesn't know about this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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