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++/9197] Type printing uses different code from value access.


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-03-25 17:26:19 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-03-25 17:26:18

Modified files:
    gdb            : ChangeLog eval.c expression.h opencl-lang.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: m-static.cc m-static.exp 

Log message:
    PR c++/9197:
    * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
    value_struct_elt, not lookup_struct_elt_type.
    * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
    STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
    * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
    gdb/testsuite
    * gdb.cp/m-static.exp: Add constructor ptype tests.
    * gdb.cp/m-static.cc (single_constructor): New class.
    (main): Make instance of single_constructor.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15308&r2=1.15309
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/eval.c.diff?cvsroot=src&r1=1.180&r2=1.181
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/expression.h.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/opencl-lang.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3595&r2=1.3596
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.cc.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.exp.diff?cvsroot=src&r1=1.22&r2=1.23

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