This is the mail archive of the gcc-testresults@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]

Results for 4.3.2 (GCC) testsuite on mips-sgi-irix6.2


Results for GCC 4.3.2 with this patch to prevent massive Ada breakage
as seen here: http://gcc.gnu.org/ml/gcc-testresults/2008-10/msg00710.html

--- gcc-4.3.2.orig/gcc/ada/adaint.c	2008-01-03 10:35:04.000000000 +0100
+++ gcc-4.3.2/gcc/ada/adaint.c	2008-12-12 17:09:13.417078000 +0100
@@ -3052,3 +3052,19 @@
 }
 #endif
 #endif
+
+#ifdef __sgi
+/* Find out whether it's safe to #include <pthreads.h> */
+#include <sys/syssgi.h>
+#ifdef SGI_INITIAL_PT_SPROC
+/* we're on IRIX 6.x, not 5.x */
+#include <pthread.h>
+#ifndef pthread_setrunon_np
+/* IRIX 6.2 does not have this, but libgnat wants to use it */
+int pthread_setrunon_np (int cpu)
+{
+  return 0;
+}
+#endif
+#endif
+#endif

LAST_UPDATED: Obtained from SVN: tags/gcc_4_3_2_release revision 139673

		=== acats tests ===
FAIL:	c97201b
FAIL:	cxg2001
FAIL:	cxg2002
FAIL:	cxg2003
FAIL:	cxg2004
FAIL:	cxg2005
FAIL:	cxg2006
FAIL:	cxg2007
FAIL:	cxg2010
FAIL:	cxg2011
FAIL:	cxg2012
FAIL:	cxg2013
FAIL:	cxg2014
FAIL:	cxg2015
FAIL:	cxg2016
FAIL:	cxg2017
FAIL:	cxg2018
FAIL:	cxg2019
FAIL:	cxg2020
FAIL:	cxg2021
FAIL:	cxg2024

		=== acats Summary ===
# of expected passes		2294
# of unexpected failures	21
Native configuration is mips-sgi-irix6.2

		=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer
(test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/compile/20080806-1.c  -O1  (internal compiler error)
FAIL: gcc.c-torture/compile/20080806-1.c  -O1  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-fndefn.c  -O1  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-fndefn.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-fndefn.c  -O3 -fomit-frame-pointer
(test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-fndefn.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-fndefn.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O3
-fomit-frame-pointer  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O3 -g  (test for
excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3
-fomit-frame-pointer
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3
-fomit-frame-pointer -funroll-loops
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3
-fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -Os
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/cpp/_Pragma6.c (test for excess errors)
FAIL: gcc.dg/20050321-2.c (test for excess errors)
FAIL: gcc.dg/initpri1.c execution test
FAIL: gcc.dg/pthread-init-1.c (test for excess errors)
FAIL: gcc.dg/pthread-init-2.c (test for excess errors)
WARNING: program timed out.
FAIL: gcc.dg/struct/wo_prof_global_var.c execution test
FAIL: gcc.dg/struct/wo_prof_local_var.c execution test
FAIL: gcc.dg/struct/w_prof_global_var.c execution,    -O3
-fwhole-program -combine -fipa-type-escape -fprofile-use
-fipa-struct-reorg -fdump-ipa-all
FAIL: gcc.dg/struct/w_prof_local_var.c execution,    -O3
-fwhole-program -combine -fipa-type-escape -fprofile-use
-fipa-struct-reorg -fdump-ipa-all
FAIL: gcc.dg/torture/builtin-modf-1.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer  (test
for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer
-funroll-loops  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -Os  (test for excess errors)

		=== gcc Summary ===

# of expected passes		46118
# of unexpected failures	40
# of expected failures		91
# of untested testcases		35
# of unsupported tests		401
/usr/people/janjaap/build/gcc/gcc-4.3.2/obj/gcc/xgcc  version 4.3.2 (GCC)

		=== gnat tests ===


Running target unix
FAIL: gnat.dg/frame_overflow.adb  (test for errors, line 14)
FAIL: gnat.dg/frame_overflow.adb  (test for errors, line 23)
FAIL: gnat.dg/frame_overflow.adb (test for excess errors)
FAIL: gnat.dg/socket1.adb (test for excess errors)
WARNING: gnat.dg/socket1.adb compilation failed to produce executable
FAIL: gnat.dg/socket2.adb (test for excess errors)
WARNING: gnat.dg/socket2.adb compilation failed to produce executable
FAIL: gnat.dg/test_prio.adb execution test

		=== gnat Summary ===

# of expected passes		358
# of unexpected failures	6
# of expected failures		1

Compiler version: 4.3.2 (GCC)
Platform: mips-sgi-irix6.2
configure flags: -v --enable-languages=c,ada --enable-shared
--enable-threads=posix95 --disable-nls --disable-libgomp --with-gnu-as
--with-as=/usr/local/gnu/mips-sgi-irix6.2/bin/as --without-gnu-ld
--with-ld=/usr/bin/ld --with-mpfr-include=/usr/local/gnu/include
--with-mpfr-lib=/usr/local/gnu/lib32 --enable-checking=release
--disable-multilib --disable-bootstrap


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