public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/24468]  New: link failure for several acats tests
@ 2005-10-21  7:58 r dot emrich at de dot tecosim dot com
  2005-10-21  8:03 ` [Bug ada/24468] " r dot emrich at de dot tecosim dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2005-10-21  7:58 UTC (permalink / raw)
  To: gcc-bugs

A bunch of failed acats tests for gcc-4.0.2 using gnu as and gnu ld from
binutils-2.16.1, see:
http://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00531.html

acats.log shows for example:
splitting
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/tests/a/a83a02b.ada
into:
   a83a02b.adb
BUILD a83a02b.adb
gnatmake
--GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/" -gnatws
-O2
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
a83a02b.adb -largs
--GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/"
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc -c
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/ -gnatws
-O2
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
a83a02b.adb
gnatbind -aO./
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
-I- -x a83a02b.ali
gnatlink a83a02b.ali
--GCC=/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a02E52: file
format not recognized; treating as linker script
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a02E52:2: parse
error
collect2: ld returned 1 exit status
gnatlink: cannot call
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
gnatmake: *** link failed.
FAIL:   a83a02b 

Further analysis shows that the installed compiler gives a different picture:

$ gnatmake -g -I../../../support/ a87b59a.adb
gnatbind -aO./ -I../../../support/ -I- -x a83a02b.ali
gnatlink a83a02b.ali -g
/usr/lib/../lib32/libpthread.so: undefined reference to `_mpi_sgi_init'
collect2: ld returned 1 exit status
gnatlink: cannot call
/disk1/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/gcc
gnatmake: *** link failed.

Same thing for at least a85013b and a87b59a.

This seems to be a problem with gnu ld 2.16.1. See:

http://lists.gnu.org/archive/html/bug-binutils/2005-10/msg00013.html


-- 
           Summary: link failure for several acats tests
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: r dot emrich at de dot tecosim dot com
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
@ 2005-10-21  8:03 ` r dot emrich at de dot tecosim dot com
  2005-11-30  9:37 ` r dot emrich at de dot tecosim dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2005-10-21  8:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from r dot emrich at de dot tecosim dot com  2005-10-21 08:03 -------
(In reply to comment #0)
The relevant binutils PR 1150:
http://sourceware.org/bugzilla/show_bug.cgi?id=1150


-- 


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
  2005-10-21  8:03 ` [Bug ada/24468] " r dot emrich at de dot tecosim dot com
@ 2005-11-30  9:37 ` r dot emrich at de dot tecosim dot com
  2005-11-30 11:56 ` laurent at guerby dot net
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2005-11-30  9:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from r dot emrich at de dot tecosim dot com  2005-11-30 09:37 -------
Michael Weiser supplied two patches to binutils-2.16.1 which resolve the
libpthread issue.
see http://sourceware.org/bugzilla/show_bug.cgi?id=1150

I used the MIPS_OPTIONAL.patch and the binutils-2.16.1-elflink-optional-2.patch
to patch binutils-2.16.1.

With this patched binutils all acats tests I tried passed the test using the
installed compiler.

The issue, that the tests fail executing the testsuite in the build tree,
remains.


-- 


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
  2005-10-21  8:03 ` [Bug ada/24468] " r dot emrich at de dot tecosim dot com
  2005-11-30  9:37 ` r dot emrich at de dot tecosim dot com
@ 2005-11-30 11:56 ` laurent at guerby dot net
  2005-11-30 14:28 ` r dot emrich at de dot tecosim dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2005-11-30 11:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from laurent at guerby dot net  2005-11-30 11:56 -------
Could you post the link failure for test in-build?
May be it's something like running ranlib on the libraries, a step that we
might be doing only at install, could you try that?

Thanks,

Laurent


-- 


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (2 preceding siblings ...)
  2005-11-30 11:56 ` laurent at guerby dot net
@ 2005-11-30 14:28 ` r dot emrich at de dot tecosim dot com
  2006-01-06 22:19 ` laurent at guerby dot net
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2005-11-30 14:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from r dot emrich at de dot tecosim dot com  2005-11-30 14:28 -------
Subject:  link failure for several acats tests

Here's the link failure:

splitting
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/tests/a/a83a02b.ada
into:
   a83a02b.adb
BUILD a83a02b.adb
gnatmake
--GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/"
-gnatws -O2
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
a83a02b.adb -largs
--GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/"
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-c -B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/
-gnatws -O2
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
a83a02b.adb
gnatbind -aO./
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/support
-I- -x a83a02b.ali
gnatlink a83a02b.ali
--GCC=/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
-B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a0JcSb:
file format not recognized; treating as linker script
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a0JcSb:2:
parse error
collect2: ld returned 1 exit status
gnatlink: cannot call
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/xgcc
gnatmake: *** link failed.
FAIL:   a83a02b

Rainer

laurent at guerby dot net schrieb:
> ------- Comment #3 from laurent at guerby dot net  2005-11-30 11:56 -------
> Could you post the link failure for test in-build?
> May be it's something like running ranlib on the libraries, a step that we
> might be doing only at install, could you try that?
> 
> Thanks,
> 
> Laurent
> 
> 


-- 


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (3 preceding siblings ...)
  2005-11-30 14:28 ` r dot emrich at de dot tecosim dot com
@ 2006-01-06 22:19 ` laurent at guerby dot net
  2006-01-09  9:19 ` r dot emrich at de dot tecosim dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2006-01-06 22:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from laurent at guerby dot net  2006-01-06 22:19 -------
Is 4.1 or 4.2 working there?


-- 


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



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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (4 preceding siblings ...)
  2006-01-06 22:19 ` laurent at guerby dot net
@ 2006-01-09  9:19 ` r dot emrich at de dot tecosim dot com
  2006-01-11 16:23 ` r dot emrich at de dot tecosim dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2006-01-09  9:19 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]



------- Comment #6 from r dot emrich at de dot tecosim dot com  2006-01-09 09:19 -------
Subject: Re:  link failure for several acats tests

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

laurent at guerby dot net schrieb:
> ------- Comment #5 from laurent at guerby dot net  2006-01-06 22:19 -------
> Is 4.1 or 4.2 working there?
> 
> 
I will try during the week

Rainer


- --
Rainer Emrich
TECOSIM GmbH
Im Eichsfeld 3
65428 Rüsselsheim

Phone: +49(0)6142/8272 12
Mobile: +49(0)163/56 949 20
Fax.:   +49(0)6142/8272 49
Web: www.tecosim.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDwip93s6elE6CYeURAt56AJ9sFi4DQo3Yqm6PN1Ft9p4cLk3aCACg4F7W
KneAJvrN6k1sjtsRDylwBRQ=
=LjSZ
-----END PGP SIGNATURE-----


-- 


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



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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (5 preceding siblings ...)
  2006-01-09  9:19 ` r dot emrich at de dot tecosim dot com
@ 2006-01-11 16:23 ` r dot emrich at de dot tecosim dot com
  2006-01-12 10:22 ` r dot emrich at de dot tecosim dot com
  2007-05-02 12:44 ` charlet at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2006-01-11 16:23 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3398 bytes --]



------- Comment #7 from r dot emrich at de dot tecosim dot com  2006-01-11 16:23 -------
Subject: Re:  link failure for several acats tests

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

laurent at guerby dot net schrieb:
> ------- Comment #5 from laurent at guerby dot net  2006-01-06 22:19 -------
> Is 4.1 or 4.2 working there?
> 
> 

for gcc-4.1 20060109:

                === acats tests ===
FAIL:   a49027c
FAIL:   a83a02b
FAIL:   a85013b
FAIL:   a87b59a
FAIL:   a95001c
FAIL:   a95074d
FAIL:   a97106a
FAIL:   a99006a
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   ada101a
FAIL:   ae3702a
FAIL:   ae3709a
FAIL:   c250002
FAIL:   c34007j
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c354002
FAIL:   c354003
FAIL:   c37402a
FAIL:   c37403a
FAIL:   c380003
FAIL:   c38102d
FAIL:   c38202a
FAIL:   c390010
FAIL:   c39008a
FAIL:   c39008b
FAIL:   c39008c
FAIL:   c391002
FAIL:   c392010
FAIL:   c392011
FAIL:   c392c05
FAIL:   c392c07
FAIL:   c393001
FAIL:   c393008
FAIL:   c393010
FAIL:   c393012
FAIL:   c3a0005
FAIL:   c3a0007
FAIL:   c3a0009
FAIL:   c3a1001
FAIL:   c3a1002
FAIL:   c3a2001
FAIL:   c410001
FAIL:   c41306a
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c41401a
FAIL:   c43204g
FAIL:   c450001
FAIL:   c45282b
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c490001
FAIL:   c490002
FAIL:   c51004a

All failure of the same type:

splitting
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/testsuite/ada/acats/tests/a/a49027c.ada
into:
   a49027c.adb
BUILD a49027c.adb
gnatmake
- --GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/xgcc
- -B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/" -gnatws
-O2
-
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/testsuite/ada/acats/support
a49027c.adb -largs
- --GCC="/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/xgcc
- -B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/"
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/xgcc -c
- -B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/ -gnatws -O2
-
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/testsuite/ada/acats/support
a49027c.adb
gnatbind -aO./
-
-I/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/testsuite/ada/acats/support
- -I- -x a49027c.ali
gnatlink a49027c.ali
- --GCC=/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/xgcc
- -B/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a0_Sfj: file
format not recognized; treating as linker script
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/install/bin/ld:GNAT-a0_Sfj:2: parse
error
collect2: ld returned 1 exit status
gnatlink: cannot call
/SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.1/gcc-4.1/gcc/xgcc
gnatmake: *** link failed.
FAIL:   a49027c


Rainer


- --
Rainer Emrich
TECOSIM GmbH
Im Eichsfeld 3
65428 Rüsselsheim

Phone: +49(0)6142/8272 12
Mobile: +49(0)163/56 949 20
Fax.:   +49(0)6142/8272 49
Web: www.tecosim.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDxTD73s6elE6CYeURApzdAJ99swjaxfkoSsFTcRQcv8v8o2hFRACgoxQu
ebX4Ydiy+Xsl6lOzC/gHTYk=
=icPZ
-----END PGP SIGNATURE-----


-- 


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



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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (6 preceding siblings ...)
  2006-01-11 16:23 ` r dot emrich at de dot tecosim dot com
@ 2006-01-12 10:22 ` r dot emrich at de dot tecosim dot com
  2007-05-02 12:44 ` charlet at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2006-01-12 10:22 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 853 bytes --]



------- Comment #8 from r dot emrich at de dot tecosim dot com  2006-01-12 10:22 -------
Subject: Re:  link failure for several acats tests

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

for gcc-4.2 20060109:

termination of testsuite run at c52103x with the following error:

gmake: *** [check-gnat] Error 139
gmake: Target `check' not remade because of errors.

Rainer

- --
Rainer Emrich
TECOSIM GmbH
Im Eichsfeld 3
65428 Rüsselsheim

Phone: +49(0)6142/8272 12
Mobile: +49(0)163/56 949 20
Fax.:   +49(0)6142/8272 49
Web: www.tecosim.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxi3R3s6elE6CYeURAswbAKDJqlDhQvWGG9cRaXlvZPSjGCJvhgCggeHs
YCpV2gMDfUMmbB4fRV0U2uU=
=wBFA
-----END PGP SIGNATURE-----


-- 


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


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

* [Bug ada/24468] link failure for several acats tests
  2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
                   ` (7 preceding siblings ...)
  2006-01-12 10:22 ` r dot emrich at de dot tecosim dot com
@ 2007-05-02 12:44 ` charlet at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: charlet at gcc dot gnu dot org @ 2007-05-02 12:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from charlet at gcc dot gnu dot org  2007-05-02 13:44 -------
>From the comment file, it's a GNU ld bug, not a GCC bug, so closing.


-- 

charlet at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-05-02 12:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-21  7:58 [Bug ada/24468] New: link failure for several acats tests r dot emrich at de dot tecosim dot com
2005-10-21  8:03 ` [Bug ada/24468] " r dot emrich at de dot tecosim dot com
2005-11-30  9:37 ` r dot emrich at de dot tecosim dot com
2005-11-30 11:56 ` laurent at guerby dot net
2005-11-30 14:28 ` r dot emrich at de dot tecosim dot com
2006-01-06 22:19 ` laurent at guerby dot net
2006-01-09  9:19 ` r dot emrich at de dot tecosim dot com
2006-01-11 16:23 ` r dot emrich at de dot tecosim dot com
2006-01-12 10:22 ` r dot emrich at de dot tecosim dot com
2007-05-02 12:44 ` charlet 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).