public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
       [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
@ 2011-01-15  9:55 ` rwild at gcc dot gnu.org
  2011-03-14  2:18 ` 3dw4rd at verizon dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu.org @ 2011-01-15  9:55 UTC (permalink / raw)
  To: gcc-bugs

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

Ralf Wildenhues <rwild at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.01.15 07:07:08
     Ever Confirmed|0                           |1

--- Comment #11 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2011-01-15 07:07:08 UTC ---
Setting state to WAITING, as this PR lacks feedback for this:

> This looks like <http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00650.html>.
> To confirm, please throw away your build tree once, build, then proceed as
> described in above mail (adjusting $target etc).


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
       [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
  2011-01-15  9:55 ` [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH rwild at gcc dot gnu.org
@ 2011-03-14  2:18 ` 3dw4rd at verizon dot net
  2011-03-14  9:18 ` fxcoudert at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2011-03-14  2:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-03-14 02:18:20 UTC ---
I tried to test this but I can't get to it because now I'm stuck with a
bootstrap compare bug.

Actually, if the object file comparison happens after the O2ggnu++0x.gch build
I would say cross this one out.

Ed


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
       [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
  2011-01-15  9:55 ` [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH rwild at gcc dot gnu.org
  2011-03-14  2:18 ` 3dw4rd at verizon dot net
@ 2011-03-14  9:18 ` fxcoudert at gcc dot gnu.org
  2023-02-06  6:34 ` vital.had at gmail dot com
  2023-03-03 21:59 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2011-03-14  9:18 UTC (permalink / raw)
  To: gcc-bugs

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
       [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-03-14  9:18 ` fxcoudert at gcc dot gnu.org
@ 2023-02-06  6:34 ` vital.had at gmail dot com
  2023-03-03 21:59 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 15+ messages in thread
From: vital.had at gmail dot com @ 2023-02-06  6:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42566

Sergey Fedorov <vital.had at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vital.had at gmail dot com

--- Comment #13 from Sergey Fedorov <vital.had at gmail dot com> ---
Is --enable-decimal-float supported on PowerPC Darwin?? It seems that it is
not, and DFP have been added in ISA 2.05.

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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
       [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-02-06  6:34 ` vital.had at gmail dot com
@ 2023-03-03 21:59 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 15+ messages in thread
From: egallager at gcc dot gnu.org @ 2023-03-03 21:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42566

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #14 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Sergey Fedorov from comment #13)
> Is --enable-decimal-float supported on PowerPC Darwin?? It seems that it is
> not, and DFP have been added in ISA 2.05.

I don't think it is, but I can't seem to find the issue that was open about
that at the moment, so maybe someone else should check...

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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (8 preceding siblings ...)
  2010-01-02 21:10 ` 3dw4rd at verizon dot net
@ 2010-01-04 13:18 ` rwild at gcc dot gnu dot org
  9 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-01-04 13:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rwild at gcc dot gnu dot org  2010-01-04 13:18 -------
This looks like <http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00650.html>.
To confirm, please throw away your build tree once, build, then proceed as
described in above mail (adjusting $target etc).  Your build fails because a
'./config.status --recheck' is triggered which triggers the bug.


-- 

rwild at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (7 preceding siblings ...)
  2010-01-02 20:48 ` fxcoudert at gcc dot gnu dot org
@ 2010-01-02 21:10 ` 3dw4rd at verizon dot net
  2010-01-04 13:18 ` rwild at gcc dot gnu dot org
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-02 21:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from 3dw4rd at verizon dot net  2010-01-02 21:10 -------
Command line from config.log:

It was created by package-unused configure version-unused, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ /Users/ed/gcc/libstdc++-v3/configure --cache-file=./config.cache
--enable-multilib --prefix=/Users/ed/bin --with-gmp=/usr/local
--with-mpfr=/usr/local --with-mpc=/usr/local --enable-decimal-float
--enable-languages=c,c++,fortran,objc,obj-c++ --program-transform-name=s,y,y,
--disable-option-checking --with-target-subdir=powerpc-apple-darwin7.9.0
--build=powerpc-apple-darwin7.9.0 --host=powerpc-apple-darwin7.9.0
--target=powerpc-apple-darwin7.9.0 --srcdir=../../../gcc/libstdc++-v3
build_alias=powerpc-apple-darwin7.9.0 host_alias=powerpc-apple-darwin7.9.0
target_alias=powerpc-apple-darwin7.9.0 CPPFLAGS= --no-create --no-recursion


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (6 preceding siblings ...)
  2010-01-02 20:38 ` 3dw4rd at verizon dot net
@ 2010-01-02 20:48 ` fxcoudert at gcc dot gnu dot org
  2010-01-02 21:10 ` 3dw4rd at verizon dot net
  2010-01-04 13:18 ` rwild at gcc dot gnu dot org
  9 siblings, 0 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2010-01-02 20:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2010-01-02 20:48 -------
And the command-line in config.log?


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (5 preceding siblings ...)
  2010-01-02 20:37 ` 3dw4rd at verizon dot net
@ 2010-01-02 20:38 ` 3dw4rd at verizon dot net
  2010-01-02 20:48 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-02 20:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from 3dw4rd at verizon dot net  2010-01-02 20:38 -------
Created an attachment (id=19450)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19450&action=view)
Grep for '^CXX' in the libstdc++ testsuite directory.

Multiple attachments would be nice.


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (4 preceding siblings ...)
  2010-01-02 20:34 ` 3dw4rd at verizon dot net
@ 2010-01-02 20:37 ` 3dw4rd at verizon dot net
  2010-01-02 20:38 ` 3dw4rd at verizon dot net
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-02 20:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from 3dw4rd at verizon dot net  2010-01-02 20:37 -------
Created an attachment (id=19449)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19449&action=view)
Grep for '^CXX' in the libstdc++ src directory.


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (3 preceding siblings ...)
  2010-01-02 20:32 ` 3dw4rd at verizon dot net
@ 2010-01-02 20:34 ` 3dw4rd at verizon dot net
  2010-01-02 20:37 ` 3dw4rd at verizon dot net
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-02 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from 3dw4rd at verizon dot net  2010-01-02 20:34 -------
Created an attachment (id=19448)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19448&action=view)
Grep for '^CXX' in the libstdc++ include directory.


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
                   ` (2 preceding siblings ...)
  2010-01-02 20:03 ` fxcoudert at gcc dot gnu dot org
@ 2010-01-02 20:32 ` 3dw4rd at verizon dot net
  2010-01-02 20:34 ` 3dw4rd at verizon dot net
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-02 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from 3dw4rd at verizon dot net  2010-01-02 20:32 -------
Created an attachment (id=19447)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19447&action=view)
Greps for '^CXX' in the libstdc++ build directory and sibdirectories.


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
  2010-01-01 10:27 ` [Bug bootstrap/42566] " fxcoudert at gcc dot gnu dot org
  2010-01-01 15:15 ` 3dw4rd at verizon dot net
@ 2010-01-02 20:03 ` fxcoudert at gcc dot gnu dot org
  2010-01-02 20:32 ` 3dw4rd at verizon dot net
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2010-01-02 20:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2010-01-02 20:02 -------
Can you give us:

  1. The results of "grep '^CXX' Makefile" in directories
/Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3/include and
/Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3
  2. The long command line at the top of
Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3/config.log (following the
text "Invocation command line was")

I don't see why the just built compiler is not picked up in your configuration,
as it is in mine.


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
  2010-01-01 10:27 ` [Bug bootstrap/42566] " fxcoudert at gcc dot gnu dot org
@ 2010-01-01 15:15 ` 3dw4rd at verizon dot net
  2010-01-02 20:03 ` fxcoudert at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: 3dw4rd at verizon dot net @ 2010-01-01 15:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from 3dw4rd at verizon dot net  2010-01-01 15:14 -------
Here is the full output:
MacOSX:~/obj ed$ ../gcc/configure --prefix=/Users/ed/bin --with-gmp=/usr/local
--with-mpfr=/usr/local --with-mpc=/usr/local --enable-decimal-float
--enable-languages=c,c++,fortran,objc,obj-c++
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking target system type... powerpc-apple-darwin7.9.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.10 of PPL... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking gelf.h usability... yes
checking gelf.h presence... yes
checking for gelf.h... yes
checking libelf/libelf.h usability... yes
checking libelf/libelf.h presence... yes
checking for libelf/libelf.h... yes
checking libelf/gelf.h usability... yes
checking libelf/gelf.h presence... yes
checking for libelf/gelf.h... yes
checking for the correct version of libelf... yes
The following languages will be built: c,c++,fortran,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libada gnattools target-libffi target-zlib
target-libjava target-boehm-gc
    (Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
*** removing build-powerpc-apple-darwin7.9.0/libiberty/Makefile to force
reconfigure
*** removing build-powerpc-apple-darwin7.9.0/fixincludes/Makefile to force
reconfigure
*** removing stage1-intl/Makefile to force reconfigure
*** removing prev-intl/Makefile to force reconfigure
*** removing intl/Makefile to force reconfigure
*** removing stage1-libiberty/Makefile to force reconfigure
*** removing prev-libiberty/Makefile to force reconfigure
*** removing libiberty/Makefile to force reconfigure
*** removing stage1-zlib/Makefile to force reconfigure
*** removing prev-zlib/Makefile to force reconfigure
*** removing zlib/Makefile to force reconfigure
*** removing stage1-libcpp/Makefile to force reconfigure
*** removing prev-libcpp/Makefile to force reconfigure
*** removing libcpp/Makefile to force reconfigure
*** removing stage1-libdecnumber/Makefile to force reconfigure
*** removing prev-libdecnumber/Makefile to force reconfigure
*** removing libdecnumber/Makefile to force reconfigure
*** removing fixincludes/Makefile to force reconfigure
*** removing stage1-gcc/Makefile to force reconfigure
*** removing prev-gcc/Makefile to force reconfigure
*** removing gcc/Makefile to force reconfigure
*** removing powerpc-apple-darwin7.9.0/libgcc/Makefile to force reconfigure
*** removing powerpc-apple-darwin7.9.0/libiberty/Makefile to force reconfigure
*** removing powerpc-apple-darwin7.9.0/libgomp/Makefile to force reconfigure
*** removing powerpc-apple-darwin7.9.0/libstdc++-v3/Makefile to force
reconfigure
checking for bison... bison -y
checking for bison... bison
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... lipo
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... no
checking for objdump... no
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... lipo
checking for nm... no
checking for nm... nm
checking for objdump... no
checking for objdump... no
checking for ranlib... no
checking for ranlib... ranlib
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... just compiled
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... no
configure: creating ./config.status
config.status: creating Makefile


It *does* say to use the just compiled c++:
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled


-- 


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


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

* [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH
  2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
@ 2010-01-01 10:27 ` fxcoudert at gcc dot gnu dot org
  2010-01-01 15:15 ` 3dw4rd at verizon dot net
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2010-01-01 10:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2010-01-01 10:27 -------
Can you give us the output of the configure line? It should say somewhere:

checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled


-- 

fxcoudert at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2023-03-03 21:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-42566-4@http.gcc.gnu.org/bugzilla/>
2011-01-15  9:55 ` [Bug bootstrap/42566] Bootstrap fails in stage3 building the libstdc++ PCH rwild at gcc dot gnu.org
2011-03-14  2:18 ` 3dw4rd at verizon dot net
2011-03-14  9:18 ` fxcoudert at gcc dot gnu.org
2023-02-06  6:34 ` vital.had at gmail dot com
2023-03-03 21:59 ` egallager at gcc dot gnu.org
2009-12-31 15:35 [Bug bootstrap/42566] New: " 3dw4rd at verizon dot net
2010-01-01 10:27 ` [Bug bootstrap/42566] " fxcoudert at gcc dot gnu dot org
2010-01-01 15:15 ` 3dw4rd at verizon dot net
2010-01-02 20:03 ` fxcoudert at gcc dot gnu dot org
2010-01-02 20:32 ` 3dw4rd at verizon dot net
2010-01-02 20:34 ` 3dw4rd at verizon dot net
2010-01-02 20:37 ` 3dw4rd at verizon dot net
2010-01-02 20:38 ` 3dw4rd at verizon dot net
2010-01-02 20:48 ` fxcoudert at gcc dot gnu dot org
2010-01-02 21:10 ` 3dw4rd at verizon dot net
2010-01-04 13:18 ` rwild 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).