public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22147] [4.0 regression] ICE in get_bindings
       [not found] <bug-22147-6528@http.gcc.gnu.org/bugzilla/>
@ 2005-10-15  9:58 ` reichelt at gcc dot gnu dot org
  2005-10-15 14:44 ` nathan at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-10-15  9:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from reichelt at gcc dot gnu dot org  2005-10-15 09:58 -------
This bug appeared on the 4.0 branch today.

It was probably backported by your backport for PR 22603, Nathan.
Could you please have a look?


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|[4.1 regression] ICE in     |[4.0 regression] ICE in
                   |get_bindings                |get_bindings
   Target Milestone|4.1.0                       |4.0.3


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


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

* [Bug c++/22147] [4.0 regression] ICE in get_bindings
       [not found] <bug-22147-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-15  9:58 ` [Bug c++/22147] [4.0 regression] ICE in get_bindings reichelt at gcc dot gnu dot org
@ 2005-10-15 14:44 ` nathan at gcc dot gnu dot org
  2005-10-18 16:39 ` cvs-commit at gcc dot gnu dot org
  2005-10-18 16:41 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-15 14:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from nathan at gcc dot gnu dot org  2005-10-15 14:44 -------
bum!


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mark at codesourcery dot com|nathan at gcc dot gnu dot
                   |                            |org
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2005-08-02 23:51:04         |2005-10-15 14:44:50
               date|                            |


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


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

* [Bug c++/22147] [4.0 regression] ICE in get_bindings
       [not found] <bug-22147-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-15  9:58 ` [Bug c++/22147] [4.0 regression] ICE in get_bindings reichelt at gcc dot gnu dot org
  2005-10-15 14:44 ` nathan at gcc dot gnu dot org
@ 2005-10-18 16:39 ` cvs-commit at gcc dot gnu dot org
  2005-10-18 16:41 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-18 16:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from cvs-commit at gcc dot gnu dot org  2005-10-18 16:39 -------
Subject: Bug 22147

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     nathan@gcc.gnu.org      2005-10-18 16:39:07

Modified files:
        gcc/cp         : ChangeLog pt.c name-lookup.c 
        gcc/testsuite  : ChangeLog 
        gcc/testsuite/g++.dg/parse: crash28.C 
Added files:
        gcc/testsuite/g++.dg/template: friend37.C 

Log message:
        cp:
        PR c++/22147
        Backport 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
        * name-lookup.c (maybe_process_template_type_declaration): Don't
        treat forward declarations of classes as templates just because
        we're processing_template_decl.
        * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
        functions.
        testsuite:
        PR c++/22147
        Backport 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
        * g++.dg/template/friend37.C: New test.
        * g++.dg/parse/crash28.C: Adjust error markers.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4648.2.146&r2=1.4648.2.147
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.978.2.35&r2=1.978.2.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/name-lookup.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.109.4.11&r2=1.109.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.470&r2=1.5084.2.471
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend37.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/crash28.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.2.1&r2=1.1.2.2


-- 


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


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

* [Bug c++/22147] [4.0 regression] ICE in get_bindings
       [not found] <bug-22147-6528@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-18 16:39 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-18 16:41 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-18 16:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from nathan at gcc dot gnu dot org  2005-10-18 16:41 -------
fixed on 4.0 branch
2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>

        PR c++/22147
        Backport 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
        * name-lookup.c (maybe_process_template_type_declaration): Don't
        treat forward declarations of classes as templates just because
        we're processing_template_decl.
        * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
        functions.

        PR c++/22147
        Backport 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
        * g++.dg/template/friend37.C: New test.
        * g++.dg/parse/crash28.C: Adjust error markers.


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-10-18 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22147-6528@http.gcc.gnu.org/bugzilla/>
2005-10-15  9:58 ` [Bug c++/22147] [4.0 regression] ICE in get_bindings reichelt at gcc dot gnu dot org
2005-10-15 14:44 ` nathan at gcc dot gnu dot org
2005-10-18 16:39 ` cvs-commit at gcc dot gnu dot org
2005-10-18 16:41 ` nathan 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).