public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
@ 2005-10-14 16:50 ` nathan at gcc dot gnu dot org
  2005-10-18 13:45 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-14 16:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-04 18:20:26         |2005-10-14 16:50:13
               date|                            |


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


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

* [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
  2005-10-14 16:50 ` [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<> nathan at gcc dot gnu dot org
@ 2005-10-18 13:45 ` cvs-commit at gcc dot gnu dot org
  2005-10-18 13:49 ` [Bug c++/21383] [3.4 " nathan at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-18 13:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from cvs-commit at gcc dot gnu dot org  2005-10-18 13:45 -------
Subject: Bug 21383

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     nathan@gcc.gnu.org      2005-10-18 13:45:23

Modified files:
        gcc/cp         : ChangeLog name-lookup.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/overload: koenig2.C 

Log message:
        cp:
        PR c++/21383
        * name-lookup.c (arg_assoc): Template args can be null in a
        template-id-expr.
        testsuite:
        PR c++/21383
        * g++.dg/overload/koenig2.C: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4945&r2=1.4946
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/name-lookup.c.diff?cvsroot=gcc&r1=1.143&r2=1.144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6208&r2=1.6209
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/overload/koenig2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


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


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

* [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-18 13:49 ` [Bug c++/21383] [3.4 " nathan at gcc dot gnu dot org
@ 2005-10-18 13:49 ` cvs-commit at gcc dot gnu dot org
  2005-10-18 13:50 ` [Bug c++/21383] [3.4 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-18 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from cvs-commit at gcc dot gnu dot org  2005-10-18 13:49 -------
Subject: Bug 21383

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     nathan@gcc.gnu.org      2005-10-18 13:49:17

Modified files:
        gcc/cp         : ChangeLog name-lookup.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/overload: koenig2.C 

Log message:
        cp:
        PR c++/21383
        * name-lookup.c (arg_assoc): Template args can be null in a
        template-id-expr.
        testsuite:
        PR c++/21383
        * g++.dg/overload/koenig2.C: New.

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.143&r2=1.4648.2.144
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.10&r2=1.109.4.11
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.467&r2=1.5084.2.468
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/overload/koenig2.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1


-- 


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
  2005-10-14 16:50 ` [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<> nathan at gcc dot gnu dot org
  2005-10-18 13:45 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-18 13:49 ` nathan at gcc dot gnu dot org
  2005-10-18 13:49 ` [Bug c++/21383] [3.4/4.0/4.1 " cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-18 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from nathan at gcc dot gnu dot org  2005-10-18 13:49 -------
fixed mainline, 4.0
2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>

        PR c++/21383
        * name-lookup.c (arg_assoc): Template args can be null in a
        template-id-expr.

leaving open for 3.4 backport


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0/4.1 Regression]    |[3.4 Regression] Crash when
                   |Crash when finding          |finding &a_templated_func<>
                   |&a_templated_func<>         |


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-18 13:49 ` [Bug c++/21383] [3.4/4.0/4.1 " cvs-commit at gcc dot gnu dot org
@ 2005-10-18 13:50 ` pinskia at gcc dot gnu dot org
  2005-10-19 14:10 ` nathan at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 13:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |3.4.6


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-18 13:50 ` [Bug c++/21383] [3.4 " pinskia at gcc dot gnu dot org
@ 2005-10-19 14:10 ` nathan at gcc dot gnu dot org
  2005-12-05 23:54 ` reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-19 14:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

nathan at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-10-19 14:10 ` nathan at gcc dot gnu dot org
@ 2005-12-05 23:54 ` reichelt at gcc dot gnu dot org
  2005-12-06 11:01 ` reichelt at gcc dot gnu dot org
  2005-12-06 11:02 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-05 23:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from reichelt at gcc dot gnu dot org  2005-12-05 23:54 -------
Taking care of the backport.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |reichelt at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |12/msg00391.html
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-12-05 23:54 ` reichelt at gcc dot gnu dot org
@ 2005-12-06 11:01 ` reichelt at gcc dot gnu dot org
  2005-12-06 11:02 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-06 11:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from reichelt at gcc dot gnu dot org  2005-12-06 11:01 -------
Subject: Bug 21383

Author: reichelt
Date: Tue Dec  6 11:00:46 2005
New Revision: 108114

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108114
Log:
        Backport:
        2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>

        PR c++/21383
        * name-lookup.c (arg_assoc): Template args can be null in a
        template-id-expr.

        * g++.dg/overload/koenig2.C: New.

Added:
    branches/gcc-3_4-branch/gcc/testsuite/g++.dg/overload/koenig2.C
Modified:
    branches/gcc-3_4-branch/gcc/cp/ChangeLog
    branches/gcc-3_4-branch/gcc/cp/name-lookup.c
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
       [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2005-12-06 11:01 ` reichelt at gcc dot gnu dot org
@ 2005-12-06 11:02 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-06 11:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from reichelt at gcc dot gnu dot org  2005-12-06 11:02 -------
Now also fixed on the 3.4 branch.


-- 

reichelt at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2005-12-06 11:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
2005-10-14 16:50 ` [Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<> nathan at gcc dot gnu dot org
2005-10-18 13:45 ` cvs-commit at gcc dot gnu dot org
2005-10-18 13:49 ` [Bug c++/21383] [3.4 " nathan at gcc dot gnu dot org
2005-10-18 13:49 ` [Bug c++/21383] [3.4/4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-10-18 13:50 ` [Bug c++/21383] [3.4 " pinskia at gcc dot gnu dot org
2005-10-19 14:10 ` nathan at gcc dot gnu dot org
2005-12-05 23:54 ` reichelt at gcc dot gnu dot org
2005-12-06 11:01 ` reichelt at gcc dot gnu dot org
2005-12-06 11:02 ` reichelt 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).