public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
@ 2005-10-05  4:56 ` pinskia at gcc dot gnu dot org
  2005-10-13  5:27 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-05  4:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-05 04:56 -------
: Search converges between 2002-12-14-trunk (#159) and 2002-12-29-trunk (#160).


-- 


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


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

* [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
  2005-10-05  4:56 ` [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager pinskia at gcc dot gnu dot org
@ 2005-10-13  5:27 ` mmitchel at gcc dot gnu dot org
  2005-10-13  8:36 ` cvs-commit at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-13  5:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mark at codesourcery dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
  2005-10-05  4:56 ` [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager pinskia at gcc dot gnu dot org
  2005-10-13  5:27 ` mmitchel at gcc dot gnu dot org
@ 2005-10-13  8:36 ` cvs-commit at gcc dot gnu dot org
  2005-10-13  8:38 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-13  8:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from cvs-commit at gcc dot gnu dot org  2005-10-13 08:36 -------
Subject: Bug 23307

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     mmitchel@gcc.gnu.org    2005-10-13 08:36:38

Modified files:
        gcc/cp         : call.c decl.c pt.c semantics.c ChangeLog 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/parse: friend5.C 
        gcc/testsuite/g++.dg/template: crash38.C crash39.C crash40.C 
                                       crash41.C friend38.C 

Log message:
        PR c++/22464
        * semantics.c (finish_id_expression): Issue errors about uses of
        local variables in containing functions even in templates.
        PR c++/22180
        * call.c (build_new_method_call): Correct pretty-printing of
        destructor names.
        * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
        identifier.
        PR c++/23694
        * decl.c (start_method): Return error_mark_node for errors.
        PR c++/23307
        * pt.c (push_template_decl_real): Complain about attempts to
        declare template variables.
        PR c++/22352
        * pt.c (tsubst_template_parms): Set processing_template_decl while
        processing the parameters.
        (tsubst_decl): Set processing_template_decl when substituting into
        a TEMPLATE_DECL.
        PR c++/22405
        * pt.c (most_specialized_instantiation): Robustify.
        PR c++/22464
        * g++.dg/template/crash/41.C: New test.
        PR c++/22180
        * g++.dg/template/crash40.C: New test.
        PR c++/23694
        * g++.dg/parse/friend5.C: New test.

        PR c++/23307
        * g++.dg/template/crash38.C: New test.

        PR c++/22352
        * g++.dg/template/friend38.C: New test.

        PR c++/22405
        * g++.dg/template/crash39.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.531.2.11&r2=1.531.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1371.2.25&r2=1.1371.2.26
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.31&r2=1.978.2.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.463.2.11&r2=1.463.2.12
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.129&r2=1.4648.2.130
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend5.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash38.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash39.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash40.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash41.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend38.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
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.451&r2=1.5084.2.452


-- 


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


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

* [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-13  8:36 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-13  8:38 ` cvs-commit at gcc dot gnu dot org
  2005-10-13  8:39 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-13  8:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from cvs-commit at gcc dot gnu dot org  2005-10-13 08:38 -------
Subject: Bug 23307

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     mmitchel@gcc.gnu.org    2005-10-13 08:38:41

Modified files:
        gcc/cp         : call.c decl.c pt.c semantics.c ChangeLog 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/parse: friend5.C 
        gcc/testsuite/g++.dg/template: crash38.C crash39.C crash40.C 
                                       crash41.C friend38.C 

Log message:
        PR c++/22464
        * semantics.c (finish_id_expression): Issue errors about uses of
        local variables in containing functions even in templates.
        PR c++/22180
        * call.c (build_new_method_call): Correct pretty-printing of
        destructor names.
        * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
        identifier.
        PR c++/23694
        * decl.c (start_method): Return error_mark_node for errors.
        PR c++/23307
        * pt.c (push_template_decl_real): Complain about attempts to
        declare template variables.
        PR c++/22352
        * pt.c (tsubst_template_parms): Set processing_template_decl while
        processing the parameters.
        (tsubst_decl): Set processing_template_decl when substituting into
        a TEMPLATE_DECL.
        PR c++/22405
        * pt.c (most_specialized_instantiation): Robustify.
        PR c++/22464
        * g++.dg/template/crash/41.C: New test.
        PR c++/22180
        * g++.dg/template/crash40.C: New test.
        PR c++/23694
        * g++.dg/parse/friend5.C: New test.

        PR c++/23307
        * g++.dg/template/crash38.C: New test.

        PR c++/22352
        * g++.dg/template/friend38.C: New test.

        PR c++/22405
        * g++.dg/template/crash39.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.557&r2=1.558
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1432&r2=1.1433
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.1045&r2=1.1046
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&r1=1.491&r2=1.492
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4928&r2=1.4929
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend5.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash38.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash39.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash40.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash41.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend38.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6186&r2=1.6187


-- 


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


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

* [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-13  8:38 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-13  8:39 ` mmitchel at gcc dot gnu dot org
  2005-10-13 13:16 ` [Bug c++/23307] [3.4 " nathan at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-13  8:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-10-13 08:39 -------
Fixed in 4.0.3.


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-13  8:39 ` mmitchel at gcc dot gnu dot org
@ 2005-10-13 13:16 ` nathan at gcc dot gnu dot org
  2005-10-13 13:58 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-13 13:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from nathan at gcc dot gnu dot org  2005-10-13 13:16 -------
could probably backport to 3.4


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|[3.4/4.0/4.1 Regression] ICE|[3.4 Regression] ICE in
                   |in cp_parser_template_id, at|cp_parser_template_id, at
                   |cp/parser.c:8564 with Boost |cp/parser.c:8564 with Boost
                   |remote_call_manager         |remote_call_manager
   Target Milestone|4.0.3                       |3.4.4


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-10-13 13:16 ` [Bug c++/23307] [3.4 " nathan at gcc dot gnu dot org
@ 2005-10-13 13:58 ` pinskia at gcc dot gnu dot org
  2005-10-14  8:09 ` nathan at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-13 13:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-10-13 13:58 ` pinskia at gcc dot gnu dot org
@ 2005-10-14  8:09 ` nathan at gcc dot gnu dot org
  2005-10-18 13:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-10-14  8:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

nathan at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2005-10-14  8:09 ` nathan at gcc dot gnu dot org
@ 2005-10-18 13:51 ` pinskia at gcc dot gnu dot org
  2005-12-03 23:18 ` reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 13:51 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=23307


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2005-10-18 13:51 ` pinskia at gcc dot gnu dot org
@ 2005-12-03 23:18 ` reichelt at gcc dot gnu dot org
  2005-12-05 13:09 ` reichelt at gcc dot gnu dot org
  2005-12-05 13:14 ` reichelt at gcc dot gnu dot org
  11 siblings, 0 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-03 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from reichelt at gcc dot gnu dot org  2005-12-03 23:18 -------
Taking care of the backport.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mark at codesourcery dot com|reichelt at gcc dot gnu dot
                   |                            |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |12/msg00282.html
             Status|REOPENED                    |ASSIGNED


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2005-12-03 23:18 ` reichelt at gcc dot gnu dot org
@ 2005-12-05 13:09 ` reichelt at gcc dot gnu dot org
  2005-12-05 13:14 ` reichelt at gcc dot gnu dot org
  11 siblings, 0 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-05 13:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from reichelt at gcc dot gnu dot org  2005-12-05 13:09 -------
Subject: Bug 23307

Author: reichelt
Date: Mon Dec  5 13:09:17 2005
New Revision: 108054

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108054
Log:
        Backport:
        2005-10-13  Mark Mitchell  <mark@codesourcery.com>

        PR c++/23307
        * pt.c (push_template_decl_real): Complain about attempts to
        declare template variables.

        * g++.dg/template/crash38.C: New test.


Added:
    branches/gcc-3_4-branch/gcc/testsuite/g++.dg/template/crash38.C
Modified:
    branches/gcc-3_4-branch/gcc/cp/ChangeLog
    branches/gcc-3_4-branch/gcc/cp/pt.c
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager
       [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2005-12-05 13:09 ` reichelt at gcc dot gnu dot org
@ 2005-12-05 13:14 ` reichelt at gcc dot gnu dot org
  11 siblings, 0 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-12-05 13:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from reichelt at gcc dot gnu dot org  2005-12-05 13:14 -------
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=23307


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

end of thread, other threads:[~2005-12-05 13:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23307-8581@http.gcc.gnu.org/bugzilla/>
2005-10-05  4:56 ` [Bug c++/23307] [3.4/4.0/4.1 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager pinskia at gcc dot gnu dot org
2005-10-13  5:27 ` mmitchel at gcc dot gnu dot org
2005-10-13  8:36 ` cvs-commit at gcc dot gnu dot org
2005-10-13  8:38 ` cvs-commit at gcc dot gnu dot org
2005-10-13  8:39 ` mmitchel at gcc dot gnu dot org
2005-10-13 13:16 ` [Bug c++/23307] [3.4 " nathan at gcc dot gnu dot org
2005-10-13 13:58 ` pinskia at gcc dot gnu dot org
2005-10-14  8:09 ` nathan at gcc dot gnu dot org
2005-10-18 13:51 ` pinskia at gcc dot gnu dot org
2005-12-03 23:18 ` reichelt at gcc dot gnu dot org
2005-12-05 13:09 ` reichelt at gcc dot gnu dot org
2005-12-05 13:14 ` 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).