public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/9514] (void(**)()) is syntax error
       [not found] <bug-9514-4717@http.sourceware.org/bugzilla/>
@ 2012-06-19 19:50 ` cvs-commit at gcc dot gnu.org
  2012-06-19 19:51 ` tromey at redhat dot com
  2012-06-19 19:51 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-06-19 19:50 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-06-19 19:49:51 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-06-19 19:49:43

Modified files:
    gdb            : ChangeLog c-exp.y parse.c parser-defs.h 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.base: whatis.exp 

Log message:
    PR exp/9514:
    * parser-defs.h (insert_type, insert_type_address_space): Declare.
    (push_type_address_space): Remove.
    * parse.c (insert_into_type_stack): New function.
    (insert_type): Likewise.
    (insert_type_address_space): Rename from push_type_address_space.
    Insert tp_space_identifier.
    * c-exp.y (ptr_operator): New production.
    (abs_decl): Use ptr_operator.
    (space_identifier): Call insert_type_address_space.
    (ptype): Don't use const_or_volatile_or_space_identifier.
    (const_or_volatile_noopt): Call insert_type.
    (conversion_type_id, conversion_declarator): New productions.
    (operator): Use conversion_type_id.
    testsuite
    * gdb.base/whatis.exp: Add tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14387&r2=1.14388
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3231&r2=1.3232
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/whatis.exp.diff?cvsroot=src&r1=1.18&r2=1.19

-- 
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] 4+ messages in thread

* [Bug exp/9514] (void(**)()) is syntax error
       [not found] <bug-9514-4717@http.sourceware.org/bugzilla/>
  2012-06-19 19:50 ` [Bug exp/9514] (void(**)()) is syntax error cvs-commit at gcc dot gnu.org
@ 2012-06-19 19:51 ` tromey at redhat dot com
  2012-06-19 19:51 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2012-06-19 19:51 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.5

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-06-19 19:49:51 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-06-19 19:49:43

Modified files:
    gdb            : ChangeLog c-exp.y parse.c parser-defs.h 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.base: whatis.exp 

Log message:
    PR exp/9514:
    * parser-defs.h (insert_type, insert_type_address_space): Declare.
    (push_type_address_space): Remove.
    * parse.c (insert_into_type_stack): New function.
    (insert_type): Likewise.
    (insert_type_address_space): Rename from push_type_address_space.
    Insert tp_space_identifier.
    * c-exp.y (ptr_operator): New production.
    (abs_decl): Use ptr_operator.
    (space_identifier): Call insert_type_address_space.
    (ptype): Don't use const_or_volatile_or_space_identifier.
    (const_or_volatile_noopt): Call insert_type.
    (conversion_type_id, conversion_declarator): New productions.
    (operator): Use conversion_type_id.
    testsuite
    * gdb.base/whatis.exp: Add tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14387&r2=1.14388
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-exp.y.diff?cvsroot=src&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3231&r2=1.3232
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/whatis.exp.diff?cvsroot=src&r1=1.18&r2=1.19

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2012-06-19 19:50:46 UTC ---
Fixed.

-- 
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] 4+ messages in thread

* [Bug exp/9514] (void(**)()) is syntax error
       [not found] <bug-9514-4717@http.sourceware.org/bugzilla/>
  2012-06-19 19:50 ` [Bug exp/9514] (void(**)()) is syntax error cvs-commit at gcc dot gnu.org
  2012-06-19 19:51 ` tromey at redhat dot com
@ 2012-06-19 19:51 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-06-19 19:51 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.5

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2012-06-19 19:50:46 UTC ---
Fixed.

-- 
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] 4+ messages in thread

* [Bug exp/9514] (void(**)()) is syntax error
       [not found] <20080117190801.9514.gin@mo.msk.ru>
@ 2010-01-24  2:17 ` tromey at redhat dot com
  0 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-01-24  2:17 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-01-24 02:17 -------
*** Bug 10940 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jed at 59a2 dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2012-06-19 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9514-4717@http.sourceware.org/bugzilla/>
2012-06-19 19:50 ` [Bug exp/9514] (void(**)()) is syntax error cvs-commit at gcc dot gnu.org
2012-06-19 19:51 ` tromey at redhat dot com
2012-06-19 19:51 ` cvs-commit at gcc dot gnu.org
     [not found] <20080117190801.9514.gin@mo.msk.ru>
2010-01-24  2:17 ` 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).