public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
@ 2004-09-13 23:00 soete dot joel at tiscali dot be
  2004-09-13 23:05 ` [Bug c/17471] " soete dot joel at tiscali dot be
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2004-09-13 23:00 UTC (permalink / raw)
  To: gcc-bugs

Hello ggc/c,

It takes me a wile to understand why
CPP='/usr/bin/gcc-3.4 -E -x c-header' 
/Develop/parisc-linux/build/glibc/elf/ld.so.1 --library-path
/Develop/parisc-linux/build/glibc:/Develop/parisc-linux/build/glibc/math:/Develop/parisc-linux/build/glibc/elf:/Develop/parisc-linux/build/glibc/dlfcn:/Develop/parisc-linux/build/glibc/nss:/Develop/parisc-linux/build/glibc/nis:/Develop/parisc-linux/build/glibc/rt:/Develop/parisc-linux/build/glibc/resolv:/Develop/parisc-linux/build/glibc/crypt:/Develop/parisc-linux/build/glibc/linuxthreads
/Develop/parisc-linux/build/glibc/sunrpc/rpcgen -Y ../scripts -c
rpcsvc/bootparam_prot.x -o
/Develop/parisc-linux/build/glibc/sunrpc/xbootparam_prot.T
make[2]: *** [/Develop/parisc-linux/build/glibc/sunrpc/xbootparam_prot.stmp]
Segmentation fault

since gcc-3.4.0 (duno about gcc-3.5 yet :( )

Everything wrong hapened in sysdeps/generic/dl-fptr.c at :
ElfW(Addr)
_dl_make_fptr (struct link_map *map, const ElfW(Sym) *sym,
               ElfW(Addr) ip)
{
  ElfW(Addr) *ftab = map->l_mach.fptr_table;
  const ElfW(Sym) *symtab;
  Elf_Symndx symidx;
  struct local *l;

  if (__builtin_expect (ftab == NULL, 0))
    ftab = make_fptr_table (map);

ftab here is not correctly assign?

As the same code compile and works fine with gcc-3.3 I compare code and value
behaviour (thanks ddd :) )
gcc-3.3                                         | gcc-3.4
=======                                         | =======
ldw 1fc(,r26),r7                                | ldw 1fc(,r26),r6
        ftab == r7 == 0x0                       |       ftab == r6 == 0x0
                                                |
copy r26,r8                                     |
cmpib,= 0,r7,0x412631a0 <_dl_make_fptr+252>     | cmpib,= 0,r6,0x412858f4
<_dl_make_fptr+548>   <====[3]'call' make_fptr_table()
        r7 == 0x40001000                        |       r6 == 0x0
                                                |
copy r25,r3                                     | copy r25,r3
ldw 30(,r8),r20                                 | ldw 1f8(,r26),ret1
ldw 1f8(,r8),r22                                | ldw 30(,r10),r21
ldw 4(,r20),r21                                 | ldw 4(,r21),r20
                                                |
        r3 == 0x4026d1c4 (== sym)               |       r3 == 0x40037cdc (== sym);
        r21 == 0x40265164 (== symtab)           |       r20 == 0x4003009c (==
symtab)
sub r3,r21,r21                                  | sub r3,r20,r20        <====[1]
        r21 == 0x8060                           |       r20 == 0x7c40
                                                |
extrw,s r21,27,28,r21                           | extrw,s r20,27,28,r7
        [r21 >>= 4]                             |       [r7 = r20 >> 4]
        r21 == 0x806                            |       r7 == 0x7c4
                                                |
        r22 == 0x813                            |       ret1 (aka r29) == 0x7d1
        (r22 == map->l_mach.fptr_table_len)     |       (ret1 ==
map->l_mach.fptr_table_len)
cmpb,<<= r22,r21,0x41263184 <_dl_make_fptr+224> | cmpb,>>=,n r7,ret1,0x412859d0
<_dl_make_fptr+768>
depw,z r21,29,30,r9                             |
add,l r9,r7,r21                                 |
ldw 0(,r21),r20                                 | ldw,s r7(,r6),ret0    <====[4]
cmpib,<> 0,r20,0x41263150 <_dl_make_fptr+172>   | cmpib,<> 0,ret0,0x4104aa38
<_dl_make_fptr+248>

[...]
ldw 2c(,r26),r21                                | ldw 30(,r26),r20      <====
make_fptr_table()
ldw 30(,r26),r20                                | ldw 4(,r20),r21
addil 0,r19,%r1                                 | addil 0,r19,%r1
copy r19,r4                                     | copy r1,r22
ldw 4(,r20),r22                                 | ldw 2c(,r26),r20
ldw 4(,r21),r26                                 | ldw 4(,r20),r26
ldi 3,r24                                       | sub r26,r21,r26
ldi 12,r23                                      | ldw 44(,r10),r20
ldw 44(,r8),r21                                 | ldw 4(,r20),r25
sub r26,r22,r26                                 | b,l 0x41287d60 <$$divU>,r31
ldw 654(,r1),r1                                 | copy r19,r4
ldw 4(,r21),r25                                 | ldi -1,r20
ldw 4(,r1),r20                                  | stw r20,-34(,sp)
ldi -1,r21                                      | ldi 0,r26
b,l 0x41265570 <$$divU>,r31                     | ldw 638(,r22),r20
sub r0,r20,r22                                  | ldw 4(,r20),r25
stw r21,-34(,sp)                                | depw,z ret1,29,30,r5
ldi 0,r26                                       | ldi 3,r24
depw,z ret1,29,30,r5                            | sub r0,r25,r20
stw r0,-38(,sp)                                 | copy ret1,r6
copy ret1,r6                                    | stw r0,-38(,sp)
        (ret1 == 0x813)                         |
                                                |
add,l r5,r20,r20                                | add,l r5,r25,r25
add,l r20,r21,r20                               | ldi 12,r23
and r20,r22,r20                                 | ldo -1(r25),r25
b,l 0x412641bc <__mmap>,rp                      | b,l 0x412869a8 <__mmap>,rp
copy r20,r25                                    | and r25,r20,r25
copy r4,r19                                     | copy r4,r19
cmpib,= -1,ret0,0x4126323c <_dl_make_fptr+408>  | cmpib,= -1,ret0,0x412859e0
<_dl_make_fptr+784>
        (ret0 == 0x40001000)                    |         (ret0 == 0x40001000)
                                                |
copy ret0,r26                                   | copy ret0,r26
ldw 1fc(,r8),r20                                | ldw 1fc(,r10),r20
cmpib,<>,n 0,r20,0x4126322c <_dl_make_fptr+392> | cmpib,<>,n 0,r20,0x412859a0
<_dl_make_fptr+720>
                                                |
                                                | copy r6,ret1          (ret1 ==
0x815)
                                                |
stw ret0,1fc(,r8)       (a)                     | stw r6,1f8(,r10)      (d)
stw r6,1f8(,r8)         (b)                     | ldw 1fc(,r10),r6      (e)    
        <==== ????
b,l 0x412630e0 <_dl_make_fptr+60>,r0            | b,l 0x4128572c
<_dl_make_fptr+92>,r0
ldw 1fc(,r8),r7         (c)                     | stw ret0,1fc(,r10)    (f)    
        <==== make_fptr_table()'s return

the wrong stuff occurs here in (e) when register r6 is loaded by the wrong
value. (btw comparing gcc-3.3 and 3.4 the insn (a), (b), (c) and (d), (e), (f)
seems the same but in different order ?) 

As glibc required optimization it's difficult to say if it's a pb of
optimization or what else :(

I didn't reach to produce a small test case, I will so send precompile code with
cmdl to compile it.

Thanks in advance for your attention and help,
    Joel

-- 
           Summary: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-
                    linux
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: soete dot joel at tiscali dot be
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: binutils-2.15; gcc-3.4.[012]
  GCC host triplet: hppa
GCC target triplet: hppa


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


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

* [Bug c/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
@ 2004-09-13 23:05 ` soete dot joel at tiscali dot be
  2004-09-14  5:26 ` [Bug target/17471] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2004-09-13 23:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From soete dot joel at tiscali dot be  2004-09-13 23:05 -------
Created an attachment (id=7126)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7126&action=view)
precompiled source of sysdep/generic/dl-fptr.c (cvs dated 2004 09 01)

the cmdl to reproduce bin:
/usr/bin/gcc-3.4 ../sysdeps/generic/dl-fptr.c -c -std=gnu99 -O2 -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -g	 -fPIC	  -I../include -I.
-I/Develop/parisc-linux/build/glibc/elf -I.. -I../libio 
-I/Develop/parisc-linux/build/glibc -I../sysdeps/hppa/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/hppa
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/hppa
-I../sysdeps/unix/sysv/linux/hppa -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../sysdeps/unix/sysv -I../sysdeps/unix -I../sysdeps/posix
-I../sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/ldbl-128 -I../sysdeps/hppa/fpu
-I../sysdeps/hppa -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc/hppa-linux/3.4.2/include
-isystem /Develop/parisc-linux/sources/linux/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h  -DPIC -DSHARED -DNOT_IN_libc=1 -DIS_IN_rtld=1     -o
/Develop/parisc-linux/build/glibc/elf/dl-fptr.os -MD -MP -MF
/Develop/parisc-linux/build/glibc/elf/dl-fptr.os.dt -MT
/Develop/parisc-linux/build/glibc/elf/dl-fptr.os


-- 


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
  2004-09-13 23:05 ` [Bug c/17471] " soete dot joel at tiscali dot be
@ 2004-09-14  5:26 ` pinskia at gcc dot gnu dot org
  2004-09-14 13:40 ` gmsoft at tuxicoman dot be
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-14  5:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
  2004-09-13 23:05 ` [Bug c/17471] " soete dot joel at tiscali dot be
  2004-09-14  5:26 ` [Bug target/17471] " pinskia at gcc dot gnu dot org
@ 2004-09-14 13:40 ` gmsoft at tuxicoman dot be
  2004-09-15 21:07 ` soete dot joel at tiscali dot be
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: gmsoft at tuxicoman dot be @ 2004-09-14 13:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gmsoft at tuxicoman dot be


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (2 preceding siblings ...)
  2004-09-14 13:40 ` gmsoft at tuxicoman dot be
@ 2004-09-15 21:07 ` soete dot joel at tiscali dot be
  2004-12-18  3:43 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2004-09-15 21:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From soete dot joel at tiscali dot be  2004-09-15 21:07 -------
mmm just install gcc-3.5-0pre1 on a chroot disk and it seems that the pb
wouldn't occurs (if I well undestand what I read):

at the very begining of _dl_make_fptr we can indentify ftab == r21:
  38:   ldw 1fc(,r26),r21
  3c:   cmpib,= 0,r21,1e0 <_dl_make_fptr+0x1e0>
[...]
and at a end of inlined make_fptr_table():
[...]
 250:   copy ret0,r26
 254:   ldw 1fc(,r9),ret0
 258:   cmpib,<>,n 0,ret0,278 <_dl_make_fptr+0x278>
 25c:   stw r26,1fc(,r9)
 260:   copy r5,ret1
 264:   ldw 1fc(,r9),r21
 268:   b,l 48 <_dl_make_fptr+0x48>,r0
 26c:   stw r5,1f8(,r9)

here it seems that '1fc(,r9)' (== r26 == ret0) would be well assigned to r21 (==
ftab). (I need to confirm with a live run but it looks like ok ?) )

hth,
    Joel

-- 


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (3 preceding siblings ...)
  2004-09-15 21:07 ` soete dot joel at tiscali dot be
@ 2004-12-18  3:43 ` pinskia at gcc dot gnu dot org
  2004-12-18 11:32 ` soete dot joel at tiscali dot be
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-18  3:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-18 03:43 -------
Does this happen in 3.4.3?

-- 


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (4 preceding siblings ...)
  2004-12-18  3:43 ` pinskia at gcc dot gnu dot org
@ 2004-12-18 11:32 ` soete dot joel at tiscali dot be
  2004-12-19 20:54 ` soete dot joel at tiscali dot be
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2004-12-18 11:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From soete dot joel at tiscali dot be  2004-12-18 11:32 -------
Subject: Re:  glibc-2.3.3 build failled with gcc-3.4.[012]
 for parisc-linux



pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-18 03:43 -------
> Does this happen in 3.4.3?
> 
Have to check; will advise

Joel


-- 


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (5 preceding siblings ...)
  2004-12-18 11:32 ` soete dot joel at tiscali dot be
@ 2004-12-19 20:54 ` soete dot joel at tiscali dot be
  2005-07-02  1:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2004-12-19 20:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From soete dot joel at tiscali dot be  2004-12-19 20:54 -------
Subject: Re:  glibc-2.3.3 build failled with gcc-3.4.[012]
 for parisc-linux



pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-18 03:43 -------
> Does this happen in 3.4.3?
> 
Sorry no progress :-(
CPP='/usr/bin/gcc-3.4 -E -x c-header'  /Develop/parisc-linux/build/glibc/elf/ld.so.1 --library-path 
/Develop/parisc-linux/build/glibc:/Develop/parisc-linux/build/glibc/math:/Develop/parisc-linux/build/glibc/elf:/Develop/parisc-linux/build/glibc/dlfcn:/Develop/parisc-linux/build/glibc/nss:/Develop/parisc-linux/build/glibc/nis:/Develop/parisc-linux/build/glibc/rt:/Develop/parisc-linux/build/glibc/resolv:/Develop/parisc-linux/build/glibc/crypt:/Develop/parisc-linux/build/glibc/linuxthreads 
/Develop/parisc-linux/build/glibc/sunrpc/rpcgen -Y ../scripts -c rpcsvc/bootparam_prot.x -o 
/Develop/parisc-linux/build/glibc/sunrpc/xbootparam_prot.T
make[2]: *** [/Develop/parisc-linux/build/glibc/sunrpc/xbootparam_prot.stmp] Segmentation fault
make[2]: Leaving directory `/Develop/parisc-linux/sources/glibc-2.3.3-hppa-20041011/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/Develop/parisc-linux/sources/glibc-2.3.3-hppa-20041011'
make: *** [all] Error 2

### Sat Dec 18 21:10:57 2004 ###

# dpkg -l gcc-3.4
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  gcc-3.4        3.4.3-2        The GNU C compiler

Sorry far beyond my skill to help more.

Thanks for your attention,
	Joel


-- 


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (6 preceding siblings ...)
  2004-12-19 20:54 ` soete dot joel at tiscali dot be
@ 2005-07-02  1:47 ` pinskia at gcc dot gnu dot org
  2005-09-04 19:06 ` pinskia at gcc dot gnu dot org
  2005-09-04 19:42 ` soete dot joel at tiscali dot be
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02  1:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-02 01:47 -------
Does this work with later version of 3.4.x?  Can you try it with 4.0.1?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (7 preceding siblings ...)
  2005-07-02  1:47 ` pinskia at gcc dot gnu dot org
@ 2005-09-04 19:06 ` pinskia at gcc dot gnu dot org
  2005-09-04 19:42 ` soete dot joel at tiscali dot be
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-04 19:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-04 19:06 -------
No feedback in 3 months.

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


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


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

* [Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux
  2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
                   ` (8 preceding siblings ...)
  2005-09-04 19:06 ` pinskia at gcc dot gnu dot org
@ 2005-09-04 19:42 ` soete dot joel at tiscali dot be
  9 siblings, 0 replies; 11+ messages in thread
From: soete dot joel at tiscali dot be @ 2005-09-04 19:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From soete dot joel at tiscali dot be  2005-09-04 19:42 -------
Subject: Re:  glibc-2.3.3 build failled with gcc-3.4.[012]
 for parisc-linux

Hello pinskia,

mmm I don't know very accurately how are manage outdated br?
In fact the pr doesn't exist anymore to build glibc-2.3.5 with gcc-4.0.
Ok not related to the mentioned pr (completely different releases) but they are, since recently, the new operational toolchain in 
debian unstable :^), though.

I so suspect that there is any more interest to fix that old pb?

What's your opinion if you close it?

Thanks,
	Joel

pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-04 19:06 -------
> No feedback in 3 months.
> 


-- 


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


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

end of thread, other threads:[~2005-09-04 19:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 23:00 [Bug c/17471] New: glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux soete dot joel at tiscali dot be
2004-09-13 23:05 ` [Bug c/17471] " soete dot joel at tiscali dot be
2004-09-14  5:26 ` [Bug target/17471] " pinskia at gcc dot gnu dot org
2004-09-14 13:40 ` gmsoft at tuxicoman dot be
2004-09-15 21:07 ` soete dot joel at tiscali dot be
2004-12-18  3:43 ` pinskia at gcc dot gnu dot org
2004-12-18 11:32 ` soete dot joel at tiscali dot be
2004-12-19 20:54 ` soete dot joel at tiscali dot be
2005-07-02  1:47 ` pinskia at gcc dot gnu dot org
2005-09-04 19:06 ` pinskia at gcc dot gnu dot org
2005-09-04 19:42 ` soete dot joel at tiscali dot be

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).