public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/10312] [3.4 regression] [sparc] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
@ 2003-07-28 16:08 ` ehrhardt at mathematik dot uni-ulm dot de
  2003-07-29 21:28 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-07-28 16: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=10312



------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de  2003-07-28 16:08 -------
Zdenek,

the audit trail of this bug seems to indicate that it is fixed
and you applied patches. Can you confirm this an close the bug?

    regards   Christian


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

* [Bug optimization/10312] [3.4 regression] [sparc] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
  2003-07-28 16:08 ` [Bug optimization/10312] [3.4 regression] [sparc] optimizer creates wrong code for loop ehrhardt at mathematik dot uni-ulm dot de
@ 2003-07-29 21:28 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-10-28  8:58 ` [Bug optimization/10312] [3.4 regression] " ebotcazou at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-07-29 21:28 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=10312



------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-07-29 21:27 -------
Subject: Re:  [3.4 regression] [sparc] optimizer creates wrong code for loop

Hello,

> the audit trail of this bug seems to indicate that it is fixed
> and you applied patches. Can you confirm this an close the bug?

the bugreport actually covers two different bugs.  One of them
(failure of gcc.dg/20030324-1.c on Sparc) was in fact a latent bug in
the loop optimizer and this is fixed.  The rest is indeed a bug in store
motion, but the patch to fix it

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00328.html

was not approved yet.

Zdenek


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
  2003-07-28 16:08 ` [Bug optimization/10312] [3.4 regression] [sparc] optimizer creates wrong code for loop ehrhardt at mathematik dot uni-ulm dot de
  2003-07-29 21:28 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-10-28  8:58 ` ebotcazou at gcc dot gnu dot org
  2003-12-01  9:00 ` ebotcazou at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-10-28  8:58 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=10312



------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-10-28 08:37 -------
I can't reproduce the problem with gcc version 3.4 20031025 (experimental) but
it may still be latent.


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (2 preceding siblings ...)
  2003-10-28  8:58 ` [Bug optimization/10312] [3.4 regression] " ebotcazou at gcc dot gnu dot org
@ 2003-12-01  9:00 ` ebotcazou at gcc dot gnu dot org
  2003-12-02  0:20 ` zack at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-01  9:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (3 preceding siblings ...)
  2003-12-01  9:00 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-02  0:20 ` zack at gcc dot gnu dot org
  2003-12-13  8:30 ` ebotcazou at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: zack at gcc dot gnu dot org @ 2003-12-02  0:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2003-12-02 00:20 -------
Independent of whether the bug can currently be reproduced, killing off invalid
reg notes is clearly the right thing. I'll approve the patch at
http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00328.html provided that the test
case at http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00529.html is also applied
at the same time (if it hasn't been already).

-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (4 preceding siblings ...)
  2003-12-02  0:20 ` zack at gcc dot gnu dot org
@ 2003-12-13  8:30 ` ebotcazou at gcc dot gnu dot org
  2003-12-13  8:37 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-13  8:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-13 08:30 -------
Zdenek, do you plan to do anything about this PR?


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (5 preceding siblings ...)
  2003-12-13  8:30 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-13  8:37 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-12-13  8:40 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-12-13  8:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-12-13 08:37 -------
Subject: Re:  [3.4 regression] optimizer creates wrong code for loop

Hello,

> Zdenek, do you plan to do anything about this PR?

when Zack approves the patch to fix it as he mentioned,  I may check
the fix in.

Zdenek


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (6 preceding siblings ...)
  2003-12-13  8:37 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-12-13  8:40 ` ebotcazou at gcc dot gnu dot org
  2003-12-13  8:45 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-13  8:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-13 08:40 -------
Did he not approve it already?


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (7 preceding siblings ...)
  2003-12-13  8:40 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-13  8:45 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-12-13  8:50 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-12-13  8:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-12-13 08:45 -------
Subject: Re:  [3.4 regression] optimizer creates wrong code for loop

Hello,

> Did he not approve it already?

I may be wrong, but the only thing I have seen so far is the comment
that 'I'll approve the patch...' in bugzilla, which I didn't consider an
approval.

Zdenek


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (8 preceding siblings ...)
  2003-12-13  8:45 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-12-13  8:50 ` ebotcazou at gcc dot gnu dot org
  2003-12-13  8:59 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-13  8:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-13 08:50 -------
What do you consider an approval then?


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (9 preceding siblings ...)
  2003-12-13  8:50 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-13  8:59 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-12-13  9:04 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-12-13  8:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-12-13 08:59 -------
Subject: Re:  [3.4 regression] optimizer creates wrong code for loop

Hello,

> What do you consider an approval then?

a sentence in present tense (and preferably sent to gcc-patches list)
would do for me.

Zdenek


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (10 preceding siblings ...)
  2003-12-13  8:59 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-12-13  9:04 ` ebotcazou at gcc dot gnu dot org
  2003-12-13  9:06 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-13  9:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-13 09:04 -------
Let me rephrase: what do you think Zack's comment means exactly? Why did he
wrote it?


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (11 preceding siblings ...)
  2003-12-13  9:04 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-13  9:06 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-12-13  9:13 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-12-13  9:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-12-13 09:06 -------
Subject: Re:  [3.4 regression] optimizer creates wrong code for loop

Hello,

> Let me rephrase: what do you think Zack's comment means exactly? Why did he
> wrote it?

I agree he could have ment it as an approval; let's wait till he either
confirms it or not.

Zdenek


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (12 preceding siblings ...)
  2003-12-13  9:06 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-12-13  9:13 ` ebotcazou at gcc dot gnu dot org
  2003-12-13 19:48 ` zack at codesourcery dot com
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-13  9:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-13 09:13 -------
Agreed.

Zack, we need you for an exegesis :-)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at gcc dot gnu dot org


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (13 preceding siblings ...)
  2003-12-13  9:13 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-13 19:48 ` zack at codesourcery dot com
  2003-12-13 20:04 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: zack at codesourcery dot com @ 2003-12-13 19:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at codesourcery dot com  2003-12-13 19:48 -------
Subject: Re:  [3.4 regression] optimizer creates
 wrong code for loop

"ebotcazou at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

> Zack, we need you for an exegesis :-)

My earlier message was meant as an approval.

zw


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (14 preceding siblings ...)
  2003-12-13 19:48 ` zack at codesourcery dot com
@ 2003-12-13 20:04 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2003-12-13 20:07 ` rakdver at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2003-12-13 20:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2003-12-13 20:04 -------
Subject: Re:  [3.4 regression] optimizer creates wrong code for loop

Hello,

> Zdenek, do you plan to do anything about this PR?

seems that Jeff Law has already applied the patch some time ago:

2003-09-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
            Jeff Law  <law@redhat.com>

        * gcse.c (remove_reachable_equiv_notes): New.
        replace_store_insn): Call it.  Update antic list.
        (store_killed_in_insn): Take REG_EQUAL notes into account.
        (build_store_vectors, delete_store): Add parameter to
        replace_store_insn call.

which is probably the reason why it does not reproduce any more. I will
close the bug.

Zdenek


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (15 preceding siblings ...)
  2003-12-13 20:04 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2003-12-13 20:07 ` rakdver at gcc dot gnu dot org
  2003-12-13 20:15 ` zack at codesourcery dot com
  2003-12-15  9:37 ` cvs-commit at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2003-12-13 20:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at gcc dot gnu dot org  2003-12-13 20:07 -------
Patch (http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00328.html) was
commited.

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


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (16 preceding siblings ...)
  2003-12-13 20:07 ` rakdver at gcc dot gnu dot org
@ 2003-12-13 20:15 ` zack at codesourcery dot com
  2003-12-15  9:37 ` cvs-commit at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: zack at codesourcery dot com @ 2003-12-13 20:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at codesourcery dot com  2003-12-13 20:15 -------
Subject: Re:  [3.4 regression] optimizer creates
 wrong code for loop


Please make sure the test case got added to the testsuite.

zw


-- 


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


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

* [Bug optimization/10312] [3.4 regression] optimizer creates wrong code for loop
       [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
                   ` (17 preceding siblings ...)
  2003-12-13 20:15 ` zack at codesourcery dot com
@ 2003-12-15  9:37 ` cvs-commit at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-15  9:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-15 09:37 -------
Subject: Bug 10312

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rakdver@gcc.gnu.org	2003-12-15 09:37:03

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/execute: 20031214-1.c 

Log message:
	PR optimization/10312
	* gcc.c-torture/execute/20031214-1.c: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3252&r2=1.3253
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20031214-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

end of thread, other threads:[~2003-12-15  9:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030404185600.10312.p.van-hoof@qub.ac.uk>
2003-07-28 16:08 ` [Bug optimization/10312] [3.4 regression] [sparc] optimizer creates wrong code for loop ehrhardt at mathematik dot uni-ulm dot de
2003-07-29 21:28 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-10-28  8:58 ` [Bug optimization/10312] [3.4 regression] " ebotcazou at gcc dot gnu dot org
2003-12-01  9:00 ` ebotcazou at gcc dot gnu dot org
2003-12-02  0:20 ` zack at gcc dot gnu dot org
2003-12-13  8:30 ` ebotcazou at gcc dot gnu dot org
2003-12-13  8:37 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-12-13  8:40 ` ebotcazou at gcc dot gnu dot org
2003-12-13  8:45 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-12-13  8:50 ` ebotcazou at gcc dot gnu dot org
2003-12-13  8:59 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-12-13  9:04 ` ebotcazou at gcc dot gnu dot org
2003-12-13  9:06 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-12-13  9:13 ` ebotcazou at gcc dot gnu dot org
2003-12-13 19:48 ` zack at codesourcery dot com
2003-12-13 20:04 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2003-12-13 20:07 ` rakdver at gcc dot gnu dot org
2003-12-13 20:15 ` zack at codesourcery dot com
2003-12-15  9:37 ` cvs-commit 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).