public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21087] New: ICE in do_nonmember_using_decl
@ 2005-04-18 14:50 sstrasser at systemhaus-gruppe dot de
  2005-04-18 14:51 ` [Bug c++/21087] " sstrasser at systemhaus-gruppe dot de
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sstrasser at systemhaus-gruppe dot de @ 2005-04-18 14:50 UTC (permalink / raw)
  To: gcc-bugs

out.cpp:17279: internal compiler error: in do_nonmember_using_decl, at
cp/name-lookup.c:2072
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I think the code is valid, though I'm not sure since I don't know what's the
cause for this, the line reported, 17279, definitly is valid.

attaching source.

ICE with: gcc version 4.0.0 20050418 (prerelease)
works with: gcc-Version 3.4.4 20050314 (prerelease) (Debian 3.4.3-12)

-- 
           Summary: ICE in do_nonmember_using_decl
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sstrasser at systemhaus-gruppe dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/21087] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
@ 2005-04-18 14:51 ` sstrasser at systemhaus-gruppe dot de
  2005-04-18 18:45 ` [Bug c++/21087] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sstrasser at systemhaus-gruppe dot de @ 2005-04-18 14:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sstrasser at systemhaus-gruppe dot de  2005-04-18 14:51 -------
Created an attachment (id=8676)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8676&action=view)
testcase


-- 


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
  2005-04-18 14:51 ` [Bug c++/21087] " sstrasser at systemhaus-gruppe dot de
@ 2005-04-18 18:45 ` pinskia at gcc dot gnu dot org
  2005-04-18 19:04 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-18 18:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE in                      |[4.0/4.1 Regression] ICE in
                   |do_nonmember_using_decl     |do_nonmember_using_decl
   Target Milestone|---                         |4.0.0


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
  2005-04-18 14:51 ` [Bug c++/21087] " sstrasser at systemhaus-gruppe dot de
  2005-04-18 18:45 ` [Bug c++/21087] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-18 19:04 ` pinskia at gcc dot gnu dot org
  2005-04-19  5:28 ` aoliva at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-18 19:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-18 19:04 -------
Reduced testcase:
extern "C" signed int toupper(signed int __c) throw();
namespace std
{
  template< typename a > a toupper(a,int){}
  using ::toupper;
}


Note this has to do with builtin functions as if I cange toupper to be named something different I don't 
get an ICE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-18 19:04:17
               date|                            |


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (2 preceding siblings ...)
  2005-04-18 19:04 ` pinskia at gcc dot gnu dot org
@ 2005-04-19  5:28 ` aoliva at gcc dot gnu dot org
  2005-04-19 21:46 ` aoliva at redhat dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2005-04-19  5:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aoliva at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-04-18 19:04:17         |2005-04-19 05:27:57
               date|                            |


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (3 preceding siblings ...)
  2005-04-19  5:28 ` aoliva at gcc dot gnu dot org
@ 2005-04-19 21:46 ` aoliva at redhat dot com
  2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aoliva at redhat dot com @ 2005-04-19 21:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aoliva at gcc dot gnu dot org  2005-04-19 21:45 -------
Subject: [PR c++/21087] don't keep builtin anticipated decl, override it with actual declaration

When push_overloaded_decl() was passed a new declaration that matches
a builtin decl, it would verify that the declarations matched and, if
so, leave the existing (built-in) declaration alone.

The intended behavior is to merge the built-in declaration with the
new declaration, into the location of the built-in declaration.

The problem is that duplicate_decl() doesn't perform such merging when
the new declaration is a template decl, and then we end up with an
overload involving the template decl and the anticipated built-in
decl.  However, overloads involving anticipated decls are something we
try to avoid, and actually check for elsewhere.

This patch fixes the code such that, if the existing decl is
anticipated and the two decls weren't merged, we discard the built-in
and use the new decl by itself.

Bootstrapped and regtested on amd64-linux-gnu.  Ok to install?

Index: gcc/cp/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	PR c++/21087
	* name-lookup.c (push_overloaded_decl): Do not overload with
	non-duplicate anticipated built-in.

Index: gcc/cp/name-lookup.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/name-lookup.c,v
retrieving revision 1.113
diff -u -p -r1.113 name-lookup.c
--- gcc/cp/name-lookup.c 14 Mar 2005 14:51:14 -0000 1.113
+++ gcc/cp/name-lookup.c 19 Apr 2005 19:20:11 -0000
@@ -1883,6 +1883,13 @@ push_overloaded_decl (tree decl, int fla
 	      if (duplicate_decls (decl, fn) == fn)
 		POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, fn);
 	    }
+
+	  /* We don't overload implicit built-ins.  duplicate_decls()
+	     may fail to merge the decls if the new decl is e.g. a
+	     template function.  */
+	  if (TREE_CODE (old) == FUNCTION_DECL
+	      && DECL_ANTICIPATED (old))
+	    old = NULL;
 	}
       else if (old == error_mark_node)
 	/* Ignore the undefined symbol marker.  */
Index: gcc/testsuite/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	PR c++/21087
	* g++.dg/lookup/builtin2.C: New test.

Index: gcc/testsuite/g++.dg/lookup/builtin2.C
===================================================================
RCS file: gcc/testsuite/g++.dg/lookup/builtin2.C
diff -N gcc/testsuite/g++.dg/lookup/builtin2.C
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gcc/testsuite/g++.dg/lookup/builtin2.C 19 Apr 2005 19:20:27 -0000
@@ -0,0 +1,19 @@
+/* { dg-do compile } */
+
+/* PR c++/21087 */
+
+/* We used to overload the template function with the built-in
+   declaration, instead of replacing it as we should, and then barf at
+   the using decl because of a test that none of the overload set
+   members were anticipated built-ins.  */
+
+extern "C" signed int toupper(signed int __c) throw();
+namespace std
+{
+  template< typename a > a toupper(a,int){}
+  using ::toupper;
+}
+
+int f () {
+  std::toupper((signed int)'a');
+}

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


-- 


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (4 preceding siblings ...)
  2005-04-19 21:46 ` aoliva at redhat dot com
@ 2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
  2005-04-22  0:59 ` mark at codesourcery dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-21  5:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (5 preceding siblings ...)
  2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
@ 2005-04-22  0:59 ` mark at codesourcery dot com
  2005-04-22 16:58 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mark at codesourcery dot com @ 2005-04-22  0:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2005-04-22 00:58 -------
Subject: Re: [PR c++/21087] don't keep builtin anticipated decl, override
 it with actual declaration

Alexandre Oliva wrote:
> When push_overloaded_decl() was passed a new declaration that matches
> a builtin decl, it would verify that the declarations matched and, if
> so, leave the existing (built-in) declaration alone.
> 
> The intended behavior is to merge the built-in declaration with the
> new declaration, into the location of the built-in declaration.
> 
> The problem is that duplicate_decl() doesn't perform such merging when
> the new declaration is a template decl, and then we end up with an
> overload involving the template decl and the anticipated built-in
> decl.  However, overloads involving anticipated decls are something we
> try to avoid, and actually check for elsewhere.
> 
> This patch fixes the code such that, if the existing decl is
> anticipated and the two decls weren't merged, we discard the built-in
> and use the new decl by itself.
> 
> Bootstrapped and regtested on amd64-linux-gnu.  Ok to install?

OK.

Yet another reason we should generate builtins lazily, as needed...



-- 


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


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

* [Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (6 preceding siblings ...)
  2005-04-22  0:59 ` mark at codesourcery dot com
@ 2005-04-22 16:58 ` cvs-commit at gcc dot gnu dot org
  2005-04-23  2:47 ` [Bug c++/21087] [4.0 " aoliva at redhat dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-22 16:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-22 16:57 -------
Subject: Bug 21087

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aoliva@gcc.gnu.org	2005-04-22 16:57:24

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

Log message:
	gcc/cp/ChangeLog:
	PR c++/21087
	* name-lookup.c (push_overloaded_decl): Do not overload with
	non-duplicate anticipated built-in.
	gcc/testsuite/ChangeLog:
	PR c++/21087
	* g++.dg/lookup/builtin2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4716&r2=1.4717
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/name-lookup.c.diff?cvsroot=gcc&r1=1.114&r2=1.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5381&r2=1.5382
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/builtin2.C.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug c++/21087] [4.0 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (7 preceding siblings ...)
  2005-04-22 16:58 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-23  2:47 ` aoliva at redhat dot com
  2005-04-24 17:05 ` mark at codesourcery dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aoliva at redhat dot com @ 2005-04-23  2:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aoliva at gcc dot gnu dot org  2005-04-23 02:47 -------
Subject: Re: [PR c++/21087] don't keep builtin anticipated decl, override it with actual declaration

On Apr 21, 2005, Mark Mitchell <mark@codesourcery.com> wrote:

> Alexandre Oliva wrote:
>> When push_overloaded_decl() was passed a new declaration that matches
>> a builtin decl, it would verify that the declarations matched and, if
>> so, leave the existing (built-in) declaration alone.
>> The intended behavior is to merge the built-in declaration with the
>> new declaration, into the location of the built-in declaration.
>> The problem is that duplicate_decl() doesn't perform such merging
>> when
>> the new declaration is a template decl, and then we end up with an
>> overload involving the template decl and the anticipated built-in
>> decl.  However, overloads involving anticipated decls are something we
>> try to avoid, and actually check for elsewhere.
>> This patch fixes the code such that, if the existing decl is
>> anticipated and the two decls weren't merged, we discard the built-in
>> and use the new decl by itself.
>> Bootstrapped and regtested on amd64-linux-gnu.  Ok to install?

> OK.

Ok for 4.0 branch as well?  The same patch applies cleanly there, and
it's just completed bootstrap and regtesting on amd64-linux-gnu in the
branch as well.



-- 


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


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

* [Bug c++/21087] [4.0 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (8 preceding siblings ...)
  2005-04-23  2:47 ` [Bug c++/21087] [4.0 " aoliva at redhat dot com
@ 2005-04-24 17:05 ` mark at codesourcery dot com
  2005-04-25 20:55 ` cvs-commit at gcc dot gnu dot org
  2005-04-25 20:55 ` aoliva at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: mark at codesourcery dot com @ 2005-04-24 17:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2005-04-24 17:05 -------
Subject: Re: [PR c++/21087] don't keep builtin anticipated decl, override
 it with actual declaration

Alexandre Oliva wrote:

> 
> Ok for 4.0 branch as well?  The same patch applies cleanly there, and
> it's just completed bootstrap and regtesting on amd64-linux-gnu in the
> branch as well.

OK.

Though it's very polite of you to ask, you don't really need my 
persmission: fixes for regressions that have been accepted for mainline 
are automatically OK for 4.0 if properly tested.

Thanks,



-- 


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


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

* [Bug c++/21087] [4.0 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (9 preceding siblings ...)
  2005-04-24 17:05 ` mark at codesourcery dot com
@ 2005-04-25 20:55 ` cvs-commit at gcc dot gnu dot org
  2005-04-25 20:55 ` aoliva at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-25 20:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-25 20:54 -------
Subject: Bug 21087

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	aoliva@gcc.gnu.org	2005-04-25 20:54:27

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

Log message:
	gcc/cp/ChangeLog:
	PR c++/21087
	* name-lookup.c (push_overloaded_decl): Do not overload with
	non-duplicate anticipated built-in.
	gcc/testsuite/ChangeLog:
	PR c++/21087
	* g++.dg/lookup/builtin2.C: New test.

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.35&r2=1.4648.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.1&r2=1.109.4.2
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.138&r2=1.5084.2.139
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/builtin2.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.2.2.1



-- 


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


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

* [Bug c++/21087] [4.0 Regression] ICE in do_nonmember_using_decl
  2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
                   ` (10 preceding siblings ...)
  2005-04-25 20:55 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-25 20:55 ` aoliva at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2005-04-25 20:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aoliva at gcc dot gnu dot org  2005-04-25 20:54 -------
Fixed

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


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


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

end of thread, other threads:[~2005-04-25 20:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-18 14:50 [Bug c++/21087] New: ICE in do_nonmember_using_decl sstrasser at systemhaus-gruppe dot de
2005-04-18 14:51 ` [Bug c++/21087] " sstrasser at systemhaus-gruppe dot de
2005-04-18 18:45 ` [Bug c++/21087] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-18 19:04 ` pinskia at gcc dot gnu dot org
2005-04-19  5:28 ` aoliva at gcc dot gnu dot org
2005-04-19 21:46 ` aoliva at redhat dot com
2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
2005-04-22  0:59 ` mark at codesourcery dot com
2005-04-22 16:58 ` cvs-commit at gcc dot gnu dot org
2005-04-23  2:47 ` [Bug c++/21087] [4.0 " aoliva at redhat dot com
2005-04-24 17:05 ` mark at codesourcery dot com
2005-04-25 20:55 ` cvs-commit at gcc dot gnu dot org
2005-04-25 20:55 ` aoliva 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).