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 symtab/11464] Crash on printing quoted class destructor


http://sourceware.org/bugzilla/show_bug.cgi?id=11464

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-02-12 20:27:45 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-02-12 20:27:36

Modified files:
    gdb            : ChangeLog c-exp.y 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: m-static.cc m-static.exp 

Log message:
    PR symtab/11464:
    * c-exp.y (lex_one_token): Initialize other fields of yylval on
    NAME return.
    (classify_inner_name): Remove 'first_name' argument, add
    'context'.  Remove unused variable.
    (yylex): Explicitly maintain the context type.  Exit loop earlier
    if NAME result is seen.
    gdb/testsuite
    * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
    * gdb.cp/m-static.exp: Add tests to print quoted destructor.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15137&r2=1.15138
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3559&r2=1.3560
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.cc.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.exp.diff?cvsroot=src&r1=1.20&r2=1.21

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]