This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada][PATCH][4.2] add c9a011b to norun.lst


4.2 Ada make check often hangs on c9a011b on a multi core system,
so I propose the following patch to make Ada make check more usable.

Tested on x86_64-linux, ok to commit?

Laurent

* ada/acats/norun.lst: Add c9a011b.

Index: norun.lst
===================================================================
--- norun.lst   (revision 133749)
+++ norun.lst   (working copy)
@@ -1,6 +1,7 @@
 c52103x
 c52104x
 c52104y
+c9a011b
 cb1010a
 cb1010c
 cb1010d
@@ -8,3 +9,4 @@
 # Tests must be sorted in alphabetical order
 # c52103x, c52104x, c52104y: -fstack-check doesn't work, PR middle-end/20548
 # cb1010a, cb1010c, cb1010d: likewise
+# c9a011b: often hangs forever



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]