public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/25438]  New: make: *** No rule to make target `bubblestrap'.  Stop.
@ 2005-12-16  7:20 christian dot joensson at gmail dot com
  2005-12-16  9:00 ` [Bug bootstrap/25438] " bonzini at gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-12-16  7:20 UTC (permalink / raw)
  To: gcc-bugs

bubblestrap no longer works... due to top level bootstrap just introduced I
guess...

make: *** No rule to make target `bubblestrap'.  Stop.


-- 
           Summary: make: *** No rule to make target `bubblestrap'.  Stop.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: christian dot joensson at gmail dot com


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


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

* [Bug bootstrap/25438] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
@ 2005-12-16  9:00 ` bonzini at gnu dot org
  2005-12-16 16:48 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bonzini at gnu dot org @ 2005-12-16  9:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bonzini at gnu dot org  2005-12-16 09:00 -------
A "make" from a toplevel is equivalent to the old "make bubblestrap" or "make
-C bubblestrap".  In practice "make" just does the right thing, compiling all
that is needed to not have comparison failures.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/25438] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
  2005-12-16  9:00 ` [Bug bootstrap/25438] " bonzini at gnu dot org
@ 2005-12-16 16:48 ` pinskia at gcc dot gnu dot org
  2005-12-16 18:10 ` [Bug bootstrap/25438] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-16 16:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-16 16:48 -------
Reopening since bubblestrap should be there and not just make.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
  2005-12-16  9:00 ` [Bug bootstrap/25438] " bonzini at gnu dot org
  2005-12-16 16:48 ` pinskia at gcc dot gnu dot org
@ 2005-12-16 18:10 ` pinskia at gcc dot gnu dot org
  2005-12-16 20:36 ` drow at false dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-16 18:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
           Keywords|                            |build
            Summary|make: *** No rule to make   |[4.2 Regression] make: ***
                   |target `bubblestrap'.  Stop.|No rule to make target
                   |                            |`bubblestrap'.  Stop.
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (2 preceding siblings ...)
  2005-12-16 18:10 ` [Bug bootstrap/25438] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-12-16 20:36 ` drow at false dot org
  2005-12-23  5:57 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: drow at false dot org @ 2005-12-16 20:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from drow at gcc dot gnu dot org  2005-12-16 20:36 -------
Subject: Re:  make: *** No rule to make target `bubblestrap'.  Stop.

> A "make" from a toplevel is equivalent to the old "make bubblestrap" or "make
> -C bubblestrap".  In practice "make" just does the right thing, compiling all
> that is needed to not have comparison failures.

Let's just re-add bubblestrap: all then?


-- 


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


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

* [Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (3 preceding siblings ...)
  2005-12-16 20:36 ` drow at false dot org
@ 2005-12-23  5:57 ` pinskia at gcc dot gnu dot org
  2006-06-04 17:22 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-23  5:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-12-23 05:57 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-23 05:57:42
               date|                            |


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


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

* [Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (4 preceding siblings ...)
  2005-12-23  5:57 ` pinskia at gcc dot gnu dot org
@ 2006-06-04 17:22 ` mmitchel at gcc dot gnu dot org
  2006-11-17  0:14 ` [Bug bootstrap/25438] [4.2/4.3 " jbuck at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2006-06-04 17:19 -------
Not release-critical.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (5 preceding siblings ...)
  2006-06-04 17:22 ` mmitchel at gcc dot gnu dot org
@ 2006-11-17  0:14 ` jbuck at gcc dot gnu dot org
  2007-05-14 21:31 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2006-11-17  0:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

jbuck at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (6 preceding siblings ...)
  2006-11-17  0:14 ` [Bug bootstrap/25438] [4.2/4.3 " jbuck at gcc dot gnu dot org
@ 2007-05-14 21:31 ` mmitchel at gcc dot gnu dot org
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2007-05-14 22:27 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (7 preceding siblings ...)
  2007-05-14 21:31 ` mmitchel at gcc dot gnu dot org
@ 2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (8 preceding siblings ...)
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
  2007-11-28 20:50 ` aldot at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mmitchel at gcc dot gnu dot org  2007-10-09 19:22 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (9 preceding siblings ...)
  2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
@ 2007-11-28 20:50 ` aldot at gcc dot gnu dot org
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-11-28 20:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aldot at gcc dot gnu dot org  2007-11-28 20:50 -------
A toplevel 'make' does what 'make bubblestrap' did before.
See also:
http://gcc.gnu.org/ml/gcc/2005-12/msg00435.html
http://gcc.gnu.org/ml/fortran/2005-12/msg00338.html

If install.texi from the 4_2-branch mentions this this could be considered
fixed, perhaps.


-- 


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


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

* [Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (10 preceding siblings ...)
  2007-11-28 20:50 ` aldot at gcc dot gnu dot org
@ 2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:28 ` [Bug bootstrap/25438] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jsm28 at gcc dot gnu dot org  2008-02-01 16:52 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug bootstrap/25438] [4.2/4.3/4.4 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (11 preceding siblings ...)
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:28 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:05 ` [Bug bootstrap/25438] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jsm28 at gcc dot gnu dot org  2008-05-19 20:22 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug bootstrap/25438] [4.3/4.4/4.5 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (12 preceding siblings ...)
  2008-05-19 20:28 ` [Bug bootstrap/25438] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 19:05 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2009-03-31 19:05 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression]
                   |make: *** No rule to make   |make: *** No rule to make
                   |target `bubblestrap'.  Stop.|target `bubblestrap'.  Stop.
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug bootstrap/25438] [4.3/4.4/4.5 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (13 preceding siblings ...)
  2009-03-31 19:05 ` [Bug bootstrap/25438] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:16 ` [Bug bootstrap/25438] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  2010-07-05 22:55 ` steven at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug bootstrap/25438] [4.3/4.4/4.5/4.6 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (14 preceding siblings ...)
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:16 ` rguenth at gcc dot gnu dot org
  2010-07-05 22:55 ` steven at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

* [Bug bootstrap/25438] [4.3/4.4/4.5/4.6 Regression] make: *** No rule to make target `bubblestrap'.  Stop.
  2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
                   ` (15 preceding siblings ...)
  2010-05-22 18:16 ` [Bug bootstrap/25438] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
@ 2010-07-05 22:55 ` steven at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-07-05 22:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from steven at gcc dot gnu dot org  2010-07-05 22:55 -------
The word 'bubblestrap' doesn't appear anywhere anymore in wwwdocs, and only in
ChangeLogs in trunk/*. And the GCC 4.2 branch is now closed.

So this bug is no longer relevant => WONTFIX.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2010-07-05 22:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-16  7:20 [Bug bootstrap/25438] New: make: *** No rule to make target `bubblestrap'. Stop christian dot joensson at gmail dot com
2005-12-16  9:00 ` [Bug bootstrap/25438] " bonzini at gnu dot org
2005-12-16 16:48 ` pinskia at gcc dot gnu dot org
2005-12-16 18:10 ` [Bug bootstrap/25438] [4.2 Regression] " pinskia at gcc dot gnu dot org
2005-12-16 20:36 ` drow at false dot org
2005-12-23  5:57 ` pinskia at gcc dot gnu dot org
2006-06-04 17:22 ` mmitchel at gcc dot gnu dot org
2006-11-17  0:14 ` [Bug bootstrap/25438] [4.2/4.3 " jbuck at gcc dot gnu dot org
2007-05-14 21:31 ` mmitchel at gcc dot gnu dot org
2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
2007-11-28 20:50 ` aldot at gcc dot gnu dot org
2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:28 ` [Bug bootstrap/25438] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:05 ` [Bug bootstrap/25438] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
2010-05-22 18:16 ` [Bug bootstrap/25438] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
2010-07-05 22:55 ` steven 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).