public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/25470]  New: fixincludes/ subdirectory not cleaned by "make distclean"
@ 2005-12-17 23:47 ssen at opendarwin dot org
  2005-12-17 23:48 ` [Bug bootstrap/25470] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ssen at opendarwin dot org @ 2005-12-17 23:47 UTC (permalink / raw)
  To: gcc-bugs

Using the "gcc-4.2-20051217" core snapshot on Mac OS X 10.4.3, using the Apple
gcc 5026 (4.0 based) as the bootstrap complier.

After doing a "make" in a separate build directory, following by a "make
distclean", config caches are left behind in fixincludes/. A subsequent attempt
to configure and bootstrap in that directly will fail because "make distclean"
did not actually leave the directory in a pristine state.

Steps to reproduce:
1) Config as above
2) Extract gcc-core-4.2-20051217.tar.bz2 tarball
3) In a separate build directory:
$ mkdir gcc-build
$ cd gcc-build
$ ../gcc-4.2-20051217/configure --enable-languages=c --disable-checking
--prefix=/usr/local/foo
...
$ make

4) Run "make distclean" and note left-over files
$ make distclean
rm -rf stage1-* 
rm -rf stage2-* 
rm -rf stage3-* compare 
rm -rf stage4-* compare3 
rm -rf stageprofile-* 
rm -rf stagefeedback-* 
Doing distclean in fixincludes
rm -f *.o *-stamp applyfix fixincl *~ fixinc.sh
rm -f mkheaders mkheaders.almost
rm -f Makefile config.h config.log config.status stamp-h
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
rm -f Makefile config.status config.cache mh-frag mt-frag
rm -f maybedep.tmp serdep.tmp
if [ "powerpc-apple-darwin8.3.0" != "." ]; then \
  rm -rf powerpc-apple-darwin8.3.0; \
else true; fi
rm -rf build-powerpc-apple-darwin8.3.0
if [ "." != "." ]; then \
  rm -rf .; \
else true; fi
rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
rm -f texinfo/doc/Makefile texinfo/po/POTFILES
rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
make: [local-distclean] Error 1 (ignored)
rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
make: [local-distclean] Error 1 (ignored)
rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
make: [local-distclean] Error 1 (ignored)
$ find .
.
./fixincludes
./fixincludes/config.cache
./gcc
./intl
./libcpp
./libdecnumber
./libiberty
./prev-gcc
./prev-intl
./prev-libcpp
./prev-libdecnumber
./prev-libiberty
./prev-powerpc-apple-darwin8.3.0
./stage3-gcc
./stage3-intl
./stage3-libcpp
./stage3-libdecnumber
./stage3-libiberty
./stage3-powerpc-apple-darwin8.3.0
./stage_current
./stage_final
./stage_last

5) Try to run configure/make again, this time with a different --prefix.
$ ../gcc-4.2-20051217/configure --enable-languages=c --disable-checking
--prefix=/usr/local/bar
...
$ make
...
#-rm -rf stage2-* ; echo timestamp >  stage2-lean
Configuring in ./fixincludes
configure: loading cache ./config.cache
configure: error: `CC' has changed since the previous run:
configure:   former value:  /Volumes/Darwin/gcc-build/./gcc/xgcc
-B/Volumes/Darwin/gcc-build/./gcc/
-B/usr/local/foo/powerpc-apple-darwin8.3.0/bin/
-B/usr/local/foo/powerpc-apple-darwin8.3.0/lib/ -isystem
/usr/local/foo/powerpc-apple-darwin8.3.0/include -isystem
/usr/local/foo/powerpc-apple-darwin8.3.0/sys-include
configure:   current value: /Volumes/Darwin/gcc-build/./gcc/xgcc
-B/Volumes/Darwin/gcc-build/./gcc/
-B/usr/local/bar/powerpc-apple-darwin8.3.0/bin/
-B/usr/local/bar/powerpc-apple-darwin8.3.0/lib/ -isystem
/usr/local/bar/powerpc-apple-darwin8.3.0/include -isystem
/usr/local/bar/powerpc-apple-darwin8.3.0/sys-include
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start
over
make[1]: *** [configure-fixincludes] Error 1
make: *** [all] Error 2
$


-- 
           Summary: fixincludes/ subdirectory not cleaned by "make
                    distclean"
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ssen at opendarwin dot org
 GCC build triplet: powerpc-apple-darwin8.3.0
  GCC host triplet: powerpc-apple-darwin8.3.0
GCC target triplet: powerpc-apple-darwin8.3.0


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
@ 2005-12-17 23:48 ` pinskia at gcc dot gnu dot org
  2005-12-18  1:07 ` joseph at codesourcery dot com
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-17 23:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|fixincludes/ subdirectory   |[4.2 Regression]
                   |not cleaned by "make        |fixincludes/ subdirectory
                   |distclean"                  |not cleaned by "make
                   |                            |distclean"
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
  2005-12-17 23:48 ` [Bug bootstrap/25470] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-12-18  1:07 ` joseph at codesourcery dot com
  2005-12-18  5:32 ` ssen at opendarwin dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: joseph at codesourcery dot com @ 2005-12-18  1:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joseph at codesourcery dot com  2005-12-18 01:07 -------
Subject: Re:  [4.2 Regression] fixincludes/ subdirectory
 not cleaned by "make distclean"

On Sat, 17 Dec 2005, pinskia at gcc dot gnu dot org wrote:

>             Summary|fixincludes/ subdirectory   |[4.2 Regression]
>                    |not cleaned by "make        |fixincludes/ subdirectory
>                    |distclean"                  |not cleaned by "make
>                    |                            |distclean"
>    Target Milestone|---                         |4.2.0

Maybe this particular directory is a regression, but hardly one of much 
value to fix in isolation from bug 3415, bug 11219, bug 11571 and bug 12618.


-- 


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
  2005-12-17 23:48 ` [Bug bootstrap/25470] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2005-12-18  1:07 ` joseph at codesourcery dot com
@ 2005-12-18  5:32 ` ssen at opendarwin dot org
  2005-12-19  8:28 ` bonzini at gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ssen at opendarwin dot org @ 2005-12-18  5:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ssen at opendarwin dot org  2005-12-18 05:32 -------
I disagree. Those other issues were reported years ago and may or may not still
apply, and most only apply if you enable non-C frontends like Java. For the
basic case of just --enable-languages=c, "make distclean" should work, so it's
at least a good first step to resolve this issue, and then address other
frontends (or dependent libraries) as needed


-- 


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (2 preceding siblings ...)
  2005-12-18  5:32 ` ssen at opendarwin dot org
@ 2005-12-19  8:28 ` bonzini at gnu dot org
  2006-01-28 20:23 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bonzini at gnu dot org @ 2005-12-19  8:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bonzini at gnu dot org  2005-12-19 08:28 -------
Sorry to ask the question.  Are you sure that this is a 4.2 regression and not
a 4.1 regression as well?  The fixincludes module is not bootstrapped, so there
is very small (if any) chance that the toplevel changes in 4.2 have changed the
behavior.

Paolo


-- 


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (3 preceding siblings ...)
  2005-12-19  8:28 ` bonzini at gnu dot org
@ 2006-01-28 20:23 ` pinskia at gcc dot gnu dot org
  2006-05-01  6:24 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-28 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-28 20:23 -------
Not Darwin specific.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|powerpc-apple-darwin8.3.0   |
   GCC host triplet|powerpc-apple-darwin8.3.0   |
 GCC target triplet|powerpc-apple-darwin8.3.0   |


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (4 preceding siblings ...)
  2006-01-28 20:23 ` pinskia at gcc dot gnu dot org
@ 2006-05-01  6:24 ` pinskia at gcc dot gnu dot org
  2006-06-04 17:26 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-01  6:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-05-01 06:24 -------
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         |2006-05-01 06:24:00
               date|                            |


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


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

* [Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (5 preceding siblings ...)
  2006-05-01  6:24 ` pinskia at gcc dot gnu dot org
@ 2006-06-04 17:26 ` mmitchel at gcc dot gnu dot org
  2007-05-14 21:31 ` [Bug bootstrap/25470] [4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2006-06-04 17:22 -------
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=25470


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

* [Bug bootstrap/25470] [4.2/4.3 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (6 preceding siblings ...)
  2006-06-04 17:26 ` mmitchel 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
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 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=25470


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

* [Bug bootstrap/25470] [4.2/4.3 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (7 preceding siblings ...)
  2007-05-14 21:31 ` [Bug bootstrap/25470] [4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ 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=25470


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

* [Bug bootstrap/25470] [4.2/4.3 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (8 preceding siblings ...)
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 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=25470


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

* [Bug bootstrap/25470] [4.2/4.3 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (9 preceding siblings ...)
  2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:24 ` [Bug bootstrap/25470] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ 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=25470


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

* [Bug bootstrap/25470] [4.2/4.3/4.4 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (10 preceding siblings ...)
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:24 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:05 ` [Bug bootstrap/25470] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:24 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=25470


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

* [Bug bootstrap/25470] [4.3/4.4/4.5 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (11 preceding siblings ...)
  2008-05-19 20:24 ` [Bug bootstrap/25470] [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:35 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:31 ` [Bug bootstrap/25470] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ 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]
                   |fixincludes/ subdirectory   |fixincludes/ subdirectory
                   |not cleaned by "make        |not cleaned by "make
                   |distclean"                  |distclean"
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug bootstrap/25470] [4.3/4.4/4.5 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (12 preceding siblings ...)
  2009-03-31 19:05 ` [Bug bootstrap/25470] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:35 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:31 ` [Bug bootstrap/25470] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:35 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=25470


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

* [Bug bootstrap/25470] [4.3/4.4/4.5/4.6 Regression] fixincludes/ subdirectory not cleaned by "make distclean"
  2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
                   ` (13 preceding siblings ...)
  2009-08-04 12:35 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:31 ` rguenth at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:31 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=25470


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-17 23:47 [Bug bootstrap/25470] New: fixincludes/ subdirectory not cleaned by "make distclean" ssen at opendarwin dot org
2005-12-17 23:48 ` [Bug bootstrap/25470] [4.2 Regression] " pinskia at gcc dot gnu dot org
2005-12-18  1:07 ` joseph at codesourcery dot com
2005-12-18  5:32 ` ssen at opendarwin dot org
2005-12-19  8:28 ` bonzini at gnu dot org
2006-01-28 20:23 ` pinskia at gcc dot gnu dot org
2006-05-01  6:24 ` pinskia at gcc dot gnu dot org
2006-06-04 17:26 ` mmitchel at gcc dot gnu dot org
2007-05-14 21:31 ` [Bug bootstrap/25470] [4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:24 ` [Bug bootstrap/25470] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:05 ` [Bug bootstrap/25470] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:35 ` rguenth at gcc dot gnu dot org
2010-05-22 18:31 ` [Bug bootstrap/25470] [4.3/4.4/4.5/4.6 " rguenth 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).