public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
@ 2004-04-22  9:37 sabelka at iue dot tuwien dot ac dot at
  2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: sabelka at iue dot tuwien dot ac dot at @ 2004-04-22  9:37 UTC (permalink / raw)
  To: gcc-bugs

Bootstraping the compiler results in a compilation error during libstdc++ build:

$ ./gcc-3.4.0/configure --enable-languages=c,c++
[...]
$ gmake bootstrap
[...]
/a61/tmp/build-gcc-3.4.0/gcc/xgcc -shared-libgcc -B/a61/tmp/build-gcc-3.4.0/gcc/
-nostdinc++ -L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src
-L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src/.libs
-B/usr/local/alphaev5-dec-osf5.0/bin/ -B/usr/local/alphaev5-dec-osf5.0/lib/
-isystem /usr/local/alphaev5-dec-osf5.0/include -isystem
/usr/local/alphaev5-dec-osf5.0/sys-include
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/alphaev5-dec-osf5.0
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include
-I/a61/tmp/gcc-3.4.0/libstdc++-v3/libsupc++ -O2 -g -O2 -mieee -g -O2 -mieee
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -c
../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc   -DPIC -o .libs/allocator.o
In file included from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/postypes.h:46,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/iosfwd:50,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/stl_algobase.h:70,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/memory:54,
                 from ../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc:35:
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:182:
error: `::wcsftime' has not been declared
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:193:
error: `::wcstok' has not been declared
[...]

$ uname -a
OSF1 a61.iue.tuwien.ac.at V5.0 910 alpha

Seems to be related to following patch - which should actually fix exactly this
error, but obviously doesn't:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00495.html

-- 
           Summary: bootstrap fails during bulding libstdc++-v3 on Tru64
                    V5.0
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sabelka at iue dot tuwien dot ac dot at
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev5-dec-osf5.0
  GCC host triplet: alphaev5-dec-osf5.0
GCC target triplet: alphaev5-dec-osf5.0


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


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

* [Bug bootstrap/15065] [3.4 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
@ 2004-04-22 12:51 ` pinskia at gcc dot gnu dot org
  2004-04-22 12:52 ` ro at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-22 12:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|bootstrap fails during      |[3.4 Regression] bootstrap
                   |bulding libstdc++-v3 on     |fails during bulding
                   |Tru64 V5.0                  |libstdc++-v3 on Tru64 V5.0
   Target Milestone|---                         |3.4.1


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


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

* [Bug bootstrap/15065] [3.4 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
  2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2004-04-22 12:52 ` ro at gcc dot gnu dot org
  2004-06-20  6:25 ` [Bug target/15065] [3.4/3.5 " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-04-22 12:52 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
  2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
  2004-04-22 12:52 ` ro at gcc dot gnu dot org
@ 2004-06-20  6:25 ` pinskia at gcc dot gnu dot org
  2004-06-21 14:57 ` sabelka at iue dot tuwien dot ac dot at
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-20  6:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-20 06:25 -------
Hmm, the patch was 5.1 so it must have missed something in the headers for 5.0.  
What I suggest is you provide the preprocessed source with -save-temps -dD which gives the defines 
also.  Then maybe we can fix this again with another fixincludes patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
            Summary|[3.4 Regression] bootstrap  |[3.4/3.5 Regression]
                   |fails during bulding        |bootstrap fails during
                   |libstdc++-v3 on Tru64 V5.0  |bulding libstdc++-v3 on
                   |                            |Tru64 V5.0


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (2 preceding siblings ...)
  2004-06-20  6:25 ` [Bug target/15065] [3.4/3.5 " pinskia at gcc dot gnu dot org
@ 2004-06-21 14:57 ` sabelka at iue dot tuwien dot ac dot at
  2004-06-21 16:39 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: sabelka at iue dot tuwien dot ac dot at @ 2004-06-21 14:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sabelka at iue dot tuwien dot ac dot at  2004-06-21 14:57 -------
Created an attachment (id=6591)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6591&action=view)
preprocessed source of the file generating the '::wcsftime' compile error


-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (3 preceding siblings ...)
  2004-06-21 14:57 ` sabelka at iue dot tuwien dot ac dot at
@ 2004-06-21 16:39 ` pinskia at gcc dot gnu dot org
  2004-06-21 21:18 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-21 16:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-21 16:39 -------
Yes it looks like the fixinclude fix did not fix this case:
extern size_t __wcsftime_unix98 (wchar_t *, size_t, const wchar_t *, const struct tm *);
But we still need more information as not everyone has access to the headers which is why I had asked 
for the preprocessed source file when you supplied -dD which also keeps the defines.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-21 16:39:34
               date|                            |


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (4 preceding siblings ...)
  2004-06-21 16:39 ` pinskia at gcc dot gnu dot org
@ 2004-06-21 21:18 ` mmitchel at gcc dot gnu dot org
  2004-06-22  7:29 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-21 21:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-21 21:18 -------
OSF is not a primary platform; postponed until GCC 3.4.2.

-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (5 preceding siblings ...)
  2004-06-21 21:18 ` mmitchel at gcc dot gnu dot org
@ 2004-06-22  7:29 ` mmitchel at gcc dot gnu dot org
  2004-06-22  8:09 ` sabelka at iue dot tuwien dot ac dot at
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-22  7:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-22 07:29 -------
Resetting target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (6 preceding siblings ...)
  2004-06-22  7:29 ` mmitchel at gcc dot gnu dot org
@ 2004-06-22  8:09 ` sabelka at iue dot tuwien dot ac dot at
  2004-06-22  9:58 ` ro at techfak dot uni-bielefeld dot de
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: sabelka at iue dot tuwien dot ac dot at @ 2004-06-22  8:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sabelka at iue dot tuwien dot ac dot at  2004-06-22 08:09 -------
Well, I did supply -dD to generate the attached file, however it doesn't 
change anything. This was the exact command line I used: 
 
a61/tmp/build-gcc-3.4.0/gcc/xgcc -save-temps -dD -shared-libgcc 
-B/a61/tmp/build-gcc-3.4.0/gcc/ -nostdinc++ 
-L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src 
-L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src/.libs 
-B/usr/local/alphaev5-dec-osf5.0/bin/ -B/usr/local/alphaev5-dec-osf5.0/lib/ 
-isystem /usr/local/alphaev5-dec-osf5.0/include 
-isystem /usr/local/alphaev5-dec-osf5.0/sys-include 
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/alphaev5-dec-osf5.0 
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include 
-I/a61/tmp/gcc-3.4.0/libstdc++-v3/libsupc++ -O2 -g -O2 -mieee -g -O2 -mieee 
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual 
-fdiagnostics-show-location=once 
-c ../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc   -DPIC 
-o .libs/allocator.o 
 
Did I miss something? 
-Rainer 

-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (7 preceding siblings ...)
  2004-06-22  8:09 ` sabelka at iue dot tuwien dot ac dot at
@ 2004-06-22  9:58 ` ro at techfak dot uni-bielefeld dot de
  2004-06-22 11:22 ` sabelka at iue dot tuwien dot ac dot at
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-06-22  9:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-06-22 09:58 -------
Subject: Re:  [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

sabelka at iue dot tuwien dot ac dot at writes:

> Well, I did supply -dD to generate the attached file, however it doesn't 
> change anything. This was the exact command line I used: 
[...]
> Did I miss something? 

Using -dD doesn't work for me either.  Using -g3 instead (which has the
same effect), I see that -dD should be passed to the cc1 -E invocation, but
is only passed to cc1 instead, where it has no effect.

Instead of trying to get preprocessed output, just attach a copy of
/usr/include/wchar.h (and perhaps the fixincluded wchar.h from the gcc
build or install tree).  If fixincludes doesn't fix up the V5.0 (it's V5.0,
not V5.0A?) correctly, I'll need that file anyway to tweak the fixing
process.

	Rainer


-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (8 preceding siblings ...)
  2004-06-22  9:58 ` ro at techfak dot uni-bielefeld dot de
@ 2004-06-22 11:22 ` sabelka at iue dot tuwien dot ac dot at
  2004-06-22 11:40 ` ro at techfak dot uni-bielefeld dot de
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: sabelka at iue dot tuwien dot ac dot at @ 2004-06-22 11:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sabelka at iue dot tuwien dot ac dot at  2004-06-22 11:22 -------
Rainer, 
it seems, that fixincludes doesn't fix up the file wchar.h at all 
on OSF V5.0 (at least I cannot see wchar.h in the gcc/include/ directory). 
And yes, I'm not on 5.0A: 
 
$ sizer -v 
Digital UNIX V5.0 (Rev. 910); Mon May 15 21:08:33 CEST 2000 
 
-Rainer 

-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (9 preceding siblings ...)
  2004-06-22 11:22 ` sabelka at iue dot tuwien dot ac dot at
@ 2004-06-22 11:40 ` ro at techfak dot uni-bielefeld dot de
  2004-08-29 18:55 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-06-22 11:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-06-22 11:40 -------
Subject: Re:  [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

sabelka at iue dot tuwien dot ac dot at writes:

> it seems, that fixincludes doesn't fix up the file wchar.h at all 
> on OSF V5.0 (at least I cannot see wchar.h in the gcc/include/ directory). 

Indeed: the V5.0 file is much closer to the one from V4.0F, but
sufficiently different for the current alpha_wchar hack not to apply.

I'll try to update that hack accordingly.

	Rainer


-- 


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


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

* [Bug target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (10 preceding siblings ...)
  2004-06-22 11:40 ` ro at techfak dot uni-bielefeld dot de
@ 2004-08-29 18:55 ` mmitchel at gcc dot gnu dot org
  2004-11-01  0:45 ` [Bug target/15065] [3.4/4.0 " mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:55 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug target/15065] [3.4/4.0 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (11 preceding siblings ...)
  2004-08-29 18:55 ` mmitchel at gcc dot gnu dot org
@ 2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
  2004-12-20  1:20 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:45 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


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

* [Bug target/15065] [3.4/4.0 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (12 preceding siblings ...)
  2004-11-01  0:45 ` [Bug target/15065] [3.4/4.0 " mmitchel at gcc dot gnu dot org
@ 2004-12-20  1:20 ` pinskia at gcc dot gnu dot org
  2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-20  1:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-20 01:20 -------
Any news on this bug?

-- 


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


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

* [Bug target/15065] [3.4/4.0 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (13 preceding siblings ...)
  2004-12-20  1:20 ` pinskia at gcc dot gnu dot org
@ 2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
  2005-03-05 19:47 ` [Bug target/15065] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
  2005-08-22  1:35 ` mmitchel at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21 21:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 21:30 -------
Removing target milestone per: <http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html>.  This does 
not effect any of the primary or secondary targets.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |---


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


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

* [Bug target/15065] [3.4/4.0/4.1 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (14 preceding siblings ...)
  2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
@ 2005-03-05 19:47 ` pinskia at gcc dot gnu dot org
  2005-08-22  1:35 ` mmitchel at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/15065] [3.4/4.0/4.1 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
  2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
                   ` (15 preceding siblings ...)
  2005-03-05 19:47 ` [Bug target/15065] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-08-22  1:35 ` mmitchel at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  1:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 01:28 -------
Alpha is not a primary or secondary target; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug target/15065] [3.4/4.0/4.1 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
       [not found] <bug-15065-641@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:10 ` pinskia at gcc dot gnu dot org
@ 2005-10-31  0:09 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-31  0:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


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

* [Bug target/15065] [3.4/4.0/4.1 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
       [not found] <bug-15065-641@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 22:10 ` pinskia at gcc dot gnu dot org
  2005-10-31  0:09 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 22:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-10-31  0:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-04-22 12:52 ` ro at gcc dot gnu dot org
2004-06-20  6:25 ` [Bug target/15065] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-06-21 14:57 ` sabelka at iue dot tuwien dot ac dot at
2004-06-21 16:39 ` pinskia at gcc dot gnu dot org
2004-06-21 21:18 ` mmitchel at gcc dot gnu dot org
2004-06-22  7:29 ` mmitchel at gcc dot gnu dot org
2004-06-22  8:09 ` sabelka at iue dot tuwien dot ac dot at
2004-06-22  9:58 ` ro at techfak dot uni-bielefeld dot de
2004-06-22 11:22 ` sabelka at iue dot tuwien dot ac dot at
2004-06-22 11:40 ` ro at techfak dot uni-bielefeld dot de
2004-08-29 18:55 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:45 ` [Bug target/15065] [3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-12-20  1:20 ` pinskia at gcc dot gnu dot org
2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug target/15065] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-08-22  1:35 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-15065-641@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:10 ` pinskia at gcc dot gnu dot org
2005-10-31  0:09 ` pinskia 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).