public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14186] New: const volatile is ignored for TYPE_INSTANCE
@ 2012-05-30 22:22 jan.kratochvil at redhat dot com
  2012-06-19 20:42 ` [Bug c++/14186] " tromey at redhat dot com
  2012-06-20 14:56 ` tromey at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-05-30 22:22 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 14186
           Summary: const volatile is ignored for TYPE_INSTANCE
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified


Trailing const or volatile get parsed by they are ignored.

Output $3 should match $2, not $1.

p 'CV::m(int)'
$1 = {void (CV * const, CV::t)} 0x400944 <CV::m(int)>

p 'CV::m(int) const'
$2 = {void (const CV * const, CV::t)} 0x400952 <CV::m(int) const>

p CV::m(int) const
$3 = {void (CV * const, CV::t)} 0x400944 <CV::m(int)>
KFAIL: gdb.cp/cpexprs.exp: p CV::m(int) const (PRMS: gdb/9999)

former c-exp.y line:
exp     :       exp '(' nonempty_typelist ')' const_or_volatile
or new line:
exp    :       exp '(' 
                       /* This is to save the value of arglist_len
                          being accumulated by an outer function call.  */
                       { start_arglist (); }
               arglist_final ')' const_or_volatile     %prec ARROW
just ignore that 'const_or_volatile'.

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-20 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-30 22:22 [Bug c++/14186] New: const volatile is ignored for TYPE_INSTANCE jan.kratochvil at redhat dot com
2012-06-19 20:42 ` [Bug c++/14186] " tromey at redhat dot com
2012-06-20 14:56 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).