public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86
@ 2004-11-04 19:52 gcc-bugzilla at gcc dot gnu dot org
  2004-11-05 11:30 ` [Bug ada/18302] " ebotcazou at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-11-04 19:52 UTC (permalink / raw)
  To: gcc-bugs


Running the Ada testsuite on Solaris 10/x86 hangs in the c94002f test:
pstack reveals the following stack trace:

21873:	/vol/gcc/obj/gcc-4.0.0-20041103/10-gcc-ada/gcc/testsuite/ada/acats/tes
-----------------  lwp# 1 / thread# 1  --------------------
 d2751779 lwp_park (0, 0, 0)
 d274bf03 cond_wait_queue (80b4480, 80b4490, 0, 0) + 3b
 d274c40c _cond_wait (80b4480, 80b4490) + 66
 d274c451 cond_wait (80b4480, 80b4490, 8045f88, 808b14c) + 21
 0808b216 system__tasking__stages__vulnerable_complete_master (d27f0818, 80b4438, 8046228, 8091a35, 8046000, 80b44f8) + ea
 080900b2 c94002f__B_1___clean.924 (8046000, 80b44f8, 8046228, 8091b50, 80a98c8, 8046010) + 12
 08091a35 _ada_c94002f (29, d2780fb8, 133f, 1f80, 8046238, 80a9c4b) + 2f5
 0806d7d8 main     (1, 804627c, 8046284) + 3a
 0806d4b0 _start   (1, 8046534, 0, 8046590, 80465ee, 8046605) + 60
-----------------  lwp# 2 / thread# 2  --------------------
 d2751779 lwp_park (0, 0, 0)
 d274bf03 cond_wait_queue (80b7868, 80b7878, 0, 0) + 3b
 d274c40c _cond_wait (80b7868, 80b7878) + 66
 d274c451 cond_wait (80b7868, 80b7878, d274b1b1, 1) + 21
 08089613 system__tasking__rendezvous__wait_for_call (80b7820, 0, 0, 0, 0, 0) + 6b
 08089a67 system__tasking__rendezvous__accept_trivial (1, 0, d25f9d58, 808ffed, 0, 0) + db
 08090039 c94002f__ttB.416 (80b4b68, 1, 0, 0, 0, 0) + 5d
 0808b6e0 system__tasking__stages__task_wrapper (80b7820) + 10c
 d2751530 _thr_setup (d2658400) + 50
 d27516f0 _lwp_start (d2658400, 0, 0, d25f9ff8, d27516f0, d2658400)

Unfortunately, the test can only be killed with kill -9, which lets the
whole testsuite run abort.  For the moment, I'm including the test in
norun.lst, but that file isn't platform specific, so with a shared source
tree, the test is disabled everywhere.

Environment:
System: SunOS erebus 5.10 s10_69 i86pc i386 i86pc
Architecture: i86pc

	
host: i386-pc-solaris2.10
build: i386-pc-solaris2.10
target: i386-pc-solaris2.10
configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --enable-languages=c,ada

How-To-Repeat:
Run make check as above.

-- 
           Summary: ACATS test c94002f hangs on Solaris 10/x86
           Product: gcc
           Version: 0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


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


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

* [Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
@ 2004-11-05 11:30 ` ebotcazou at gcc dot gnu dot org
  2004-11-08  9:08 ` ebotcazou at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-05 11:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-05 11:30 -------
Same problem on i586-redhat-linux-gnu with c953002.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
            Version|0.0                         |4.0.0


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


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

* [Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
  2004-11-05 11:30 ` [Bug ada/18302] " ebotcazou at gcc dot gnu dot org
@ 2004-11-08  9:08 ` ebotcazou at gcc dot gnu dot org
  2004-11-08 14:07 ` ro at techfak dot uni-bielefeld dot de
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-08  9:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-08 09:08 -------
> Same problem on i586-redhat-linux-gnu with c953002.

And amd64-mandrake-linux-gnu.


-- 


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


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

* [Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
  2004-11-05 11:30 ` [Bug ada/18302] " ebotcazou at gcc dot gnu dot org
  2004-11-08  9:08 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-08 14:07 ` ro at techfak dot uni-bielefeld dot de
  2004-11-13  0:05 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-11-08 14:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-11-08 14:07 -------
Subject: Re:  ACATS test c94002f hangs on Solaris 10/x86

Rerunning the bootstrap on 20041105 with s10_70 (i.e. the first build
supporting AMD64, but still running in 32-bit mode for the moment), the
same problems also affects c94002g, c953002, and c954022.

	Rainer


-- 


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


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

* [Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-08 14:07 ` ro at techfak dot uni-bielefeld dot de
@ 2004-11-13  0:05 ` ebotcazou at gcc dot gnu dot org
  2004-11-16  8:29 ` [Bug ada/18302] ACATS test c953002 (and others) hangs ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-13  0:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-13 00:05 -------
> Rerunning the bootstrap on 20041105 with s10_70 (i.e. the first build
> supporting AMD64, but still running in 32-bit mode for the moment), the
> same problems also affects c94002g, c953002, and c954022.

c953002 also hangs on sparc-sun-solaris2.8.


-- 


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-13  0:05 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-16  8:29 ` ebotcazou at gcc dot gnu dot org
  2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-16  8:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i386-pc-solaris2.10         |i?86-*-*
   GCC host triplet|i386-pc-solaris2.10         |i?86-*-*
 GCC target triplet|i386-pc-solaris2.10         |i?86-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-16 08:29:05
               date|                            |
            Summary|ACATS test c94002f hangs on |ACATS test c953002 (and
                   |Solaris 10/x86              |others) hangs


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-16  8:29 ` [Bug ada/18302] ACATS test c953002 (and others) hangs ebotcazou at gcc dot gnu dot org
@ 2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
  2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-12-08 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-12-08 19:44 -------
*** Bug 17666 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aaronavay62 at aaronwl dot
                   |                            |com


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
@ 2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
  2004-12-21 22:35 ` ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-12-08 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-12-08 19:44 -------
On i686-pc-mingw32, these three tests hang:

Executable    Run time   Memory Usage
c94002f.exe   0s         1112KB
c974012.exe   0s         1080KB
c980001.exe   0s         604KB

Andrew Pinski says:
I have the same problem with c94002f and c974012 on ppc-darwin

These are the following which "hang" for me on ppc-darwin:
c37402a
c94002f
c94002g
c953002
c954020
c954021
c954022
c954023
c954024
c954026
c974012


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-11-16 08:29:05         |2004-12-08 19:44:18
               date|                            |


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
@ 2004-12-21 22:35 ` ebotcazou at gcc dot gnu dot org
  2005-01-14 12:15 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-12-21 22:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-21 22:34 -------
c953002 hangs on sparc-sun-solaris2.8 (and is the only one).


-- 


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-12-21 22:35 ` ebotcazou at gcc dot gnu dot org
@ 2005-01-14 12:15 ` laurent at guerby dot net
  2005-01-25 12:08 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: laurent at guerby dot net @ 2005-01-14 12:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-01-14 12:14 -------
Does it still hang? Eric just commited a fix for PR18820 that is likely to have
fixed this problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-01-14 12:15 ` laurent at guerby dot net
@ 2005-01-25 12:08 ` cvs-commit at gcc dot gnu dot org
  2005-02-18 18:44 ` ebotcazou at gcc dot gnu dot org
  2005-02-28 16:36 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-25 12:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-25 12:07 -------
Subject: Bug 18302

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2005-01-25 12:07:40

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/ada        : ChangeLog Make-lang.in 
	gcc/testsuite/ada/acats: run_all.sh 
Added files:
	gcc/testsuite/ada/acats: run_test.exp 

Log message:
	2004-11-28  James A. Morrison  <ja2morri@csclub.uwaterloo.ca>
	
	PR ada/18302
	* Make-lang.in (check-gnat): Set EXPECT environment variable.
	
	* ada/acats/run_all.sh (target_run): Run test through run_test.expect.
	* ada/acats/run_test.expect: Expect script for ACATS tests.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.3389.2.170.2.41&r2=1.3389.2.170.2.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.428.2.7.2.8&r2=1.428.2.7.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.70.2.2.2.2&r2=1.70.2.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ada/acats/run_test.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ada/acats/run_all.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.14.18.2&r2=1.14.18.3



-- 


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-01-25 12:08 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-18 18:44 ` ebotcazou at gcc dot gnu dot org
  2005-02-28 16:36 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-18 18:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-18 12:35 -------
Presumably fixed.  Reopen if not.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug ada/18302] ACATS test c953002 (and others) hangs
  2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-02-18 18:44 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-28 16:36 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-28 16:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-28 12:32 -------
Subject: Bug 18302

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-rhl-branch
Changes by:	jakub@gcc.gnu.org	2005-02-28 12:30:18

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/ada        : ChangeLog Make-lang.in Makefile.in 
	                 gnat-style.texi gnat_ugn.texi link.c 
	gcc/testsuite/ada/acats: run_all.sh 
Added files:
	gcc/testsuite/ada/acats: run_test.exp 

Log message:
	2004-11-28  James A. Morrison  <ja2morri@csclub.uwaterloo.ca>
	
	PR ada/18302
	* Make-lang.in (check-gnat): Set EXPECT environment variable.
	
	* ada/acats/run_all.sh (target_run): Run test through run_test.expect.
	* ada/acats/run_test.expect: Expect script for ACATS tests.
	
	2004-10-04  Jakub Jelinek  <jakub@redhat.com>
	
	* gnat_ugn.texi: Add : and . to direntry.
	* gnat-style.texi: Change dircategory to GNU Ada tools.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.5084.2.9.2.5&r2=1.5084.2.9.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.638.6.1&r2=1.638.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.98&r2=1.98.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.110.8.1&r2=1.110.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/gnat-style.texi.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.13&r2=1.13.36.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/gnat_ugn.texi.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.26&r2=1.26.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/link.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.14&r2=1.14.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ada/acats/run_test.exp.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ada/acats/run_all.sh.diff?cvsroot=gcc&only_with_tag=gcc-4_0-rhl-branch&r1=1.18&r2=1.18.44.1



-- 


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


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

end of thread, other threads:[~2005-02-28 12:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-04 19:52 [Bug ada/18302] New: ACATS test c94002f hangs on Solaris 10/x86 gcc-bugzilla at gcc dot gnu dot org
2004-11-05 11:30 ` [Bug ada/18302] " ebotcazou at gcc dot gnu dot org
2004-11-08  9:08 ` ebotcazou at gcc dot gnu dot org
2004-11-08 14:07 ` ro at techfak dot uni-bielefeld dot de
2004-11-13  0:05 ` ebotcazou at gcc dot gnu dot org
2004-11-16  8:29 ` [Bug ada/18302] ACATS test c953002 (and others) hangs ebotcazou at gcc dot gnu dot org
2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
2004-12-08 19:44 ` aaronavay62 at aaronwl dot com
2004-12-21 22:35 ` ebotcazou at gcc dot gnu dot org
2005-01-14 12:15 ` laurent at guerby dot net
2005-01-25 12:08 ` cvs-commit at gcc dot gnu dot org
2005-02-18 18:44 ` ebotcazou at gcc dot gnu dot org
2005-02-28 16:36 ` cvs-commit 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).