This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog cp-name-parser.y testsuite/C ...
- From: jkratoch at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 21 Sep 2012 20:01:12 -0000
- Subject: src/gdb ChangeLog cp-name-parser.y testsuite/C ...
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2012-09-21 20:01:12
Modified files:
gdb : ChangeLog cp-name-parser.y
gdb/testsuite : ChangeLog
gdb/testsuite/lib: gdb.exp
Added files:
gdb/testsuite/gdb.dwarf2: dw2-canonicalize-type.S
dw2-canonicalize-type.exp
Log message:
gdb/
Fix internal error on canonicalization of clang types.
* cp-name-parser.y (operator): New comment at make_operator call for
new, delete, new[] and delete[].
(exp): Use "sizeof ". Add new comment at make_operator call.
gdb/testsuite/
Fix internal error on canonicalization of clang types.
* gdb.dwarf2/dw2-canonicalize-type.S: New file.
* gdb.dwarf2/dw2-canonicalize-type.exp: New file.
* lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14689&r2=1.14690
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-name-parser.y.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3389&r2=1.3390
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-canonicalize-type.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-canonicalize-type.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/gdb.exp.diff?cvsroot=src&r1=1.216&r2=1.217