public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
@ 2003-06-15 18:08 ` pinskia@physics.uc.edu
  2003-09-20 15:14 ` lerdsuwa at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-15 18:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-06-02 09:03:32         |2003-06-15 18:08:49
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 18:08 -------
Still happens on the mainline (20030615).


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

* [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
  2003-06-15 18:08 ` [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187 pinskia@physics.uc.edu
@ 2003-09-20 15:14 ` lerdsuwa at gcc dot gnu dot org
  2003-09-20 16:37 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-09-20 15:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


lerdsuwa at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |lerdsuwa at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-09-20 13:08 -------
I am testing a patch that fixes the ICE, but it doesn't address
diagnostic problem (duplicate error messages) that surfaces after
the ICE is gone.  That diagnostic bug remains unresolved for now.


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

* [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
  2003-06-15 18:08 ` [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187 pinskia@physics.uc.edu
  2003-09-20 15:14 ` lerdsuwa at gcc dot gnu dot org
@ 2003-09-20 16:37 ` cvs-commit at gcc dot gnu dot org
  2003-09-20 16:44 ` [Bug c++/157] Duplicate error message for invalid elaborated type specifier lerdsuwa at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-20 16:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-20 15:59 -------
Subject: Bug 157

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-09-20 15:59:38

Modified files:
	gcc/cp         : ChangeLog parser.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/parse: crash12.C 

Log message:
	PR c++/157
	* parser.c (cp_parser_direct_declarator): Clear
	parser->num_template_parameter_lists when parsing function
	parameters.
	(cp_parser_constructor_declarator_p): Likewise.
	
	* g++.dg/parse/crash12.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3696&r2=1.3697
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.110&r2=1.111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3070&r2=1.3071
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/crash12.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/157] Duplicate error message for invalid elaborated type specifier
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
                   ` (2 preceding siblings ...)
  2003-09-20 16:37 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-20 16:44 ` lerdsuwa at gcc dot gnu dot org
  2003-10-17 16:31 ` lerdsuwa at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-09-20 16:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


lerdsuwa at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |diagnostic
            Summary|ICE in pop_binding, at      |Duplicate error message for
                   |cp/decl.c:1187              |invalid elaborated type
                   |                            |specifier


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-09-20 16:03 -------
ICE is fixed in the main trunk.  The summary and keywords
are adjusted accordingly.


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

* [Bug c++/157] Duplicate error message for invalid elaborated type specifier
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
                   ` (3 preceding siblings ...)
  2003-09-20 16:44 ` [Bug c++/157] Duplicate error message for invalid elaborated type specifier lerdsuwa at gcc dot gnu dot org
@ 2003-10-17 16:31 ` lerdsuwa at gcc dot gnu dot org
  2004-01-01  2:35 ` pinskia at gcc dot gnu dot org
  2005-09-09 12:34 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-10-17 16:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


lerdsuwa at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|lerdsuwa at gcc dot gnu dot |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-10-17 16:16 -------
Wait until the new diagnostic functions are in place.


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

* [Bug c++/157] Duplicate error message for invalid elaborated type specifier
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
                   ` (4 preceding siblings ...)
  2003-10-17 16:31 ` lerdsuwa at gcc dot gnu dot org
@ 2004-01-01  2:35 ` pinskia at gcc dot gnu dot org
  2005-09-09 12:34 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  2:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
   Last reconfirmed|2003-08-02 17:22:31         |2004-01-01 02:35:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


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

* [Bug c++/157] Duplicate error message for invalid elaborated type specifier
       [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
                   ` (5 preceding siblings ...)
  2004-01-01  2:35 ` pinskia at gcc dot gnu dot org
@ 2005-09-09 12:34 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-09-09 12:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 12:34 -------
Was fixed somewhen in 3.4

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |3.4.4
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=157


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

end of thread, other threads:[~2005-09-09 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20000329120601.157.martin@loewis.home.cs.tu-berlin.de>
2003-06-15 18:08 ` [Bug c++/157] ICE in pop_binding, at cp/decl.c:1187 pinskia@physics.uc.edu
2003-09-20 15:14 ` lerdsuwa at gcc dot gnu dot org
2003-09-20 16:37 ` cvs-commit at gcc dot gnu dot org
2003-09-20 16:44 ` [Bug c++/157] Duplicate error message for invalid elaborated type specifier lerdsuwa at gcc dot gnu dot org
2003-10-17 16:31 ` lerdsuwa at gcc dot gnu dot org
2004-01-01  2:35 ` pinskia at gcc dot gnu dot org
2005-09-09 12:34 ` rguenth at gcc dot gnu dot org

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