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

egcs-971105: results on i686-pc-linux-gnulibc1


egcs-971105 looks very nice. I have appended the log.

Robert

P.S.

Why do we not just change 
egcs-971105/gcc/testsuite/gcc.c-torture/execute/960218-1.c
to work around this well known libc5/linker bug?

--- 960218-1.c~ Thu Nov  6 16:24:44 1997
+++ 960218-1.c  Thu Nov  6 16:25:50 1997
@@ -1,8 +1,8 @@
-int glob;
+int global;
 
 g (x)
 {
-  glob = x;
+  global = x;
   return 0;
 }
 
@@ -16,7 +16,7 @@
 main ()
 {
   f (3);
-  if (glob != -4)
+  if (global != -4)
     abort ();
   exit (0);
 }

==============================================================================

Test Run By robert on Thu Nov  6 15:37:55 1997
Native configuration is i686-pc-linux-gnulibc1

                === libio Summary ===

# of expected passes            40

                === libstdc++ Summary ===

# of expected passes            30

                === gcc tests ===

FAIL: gcc.c-torture/execute/960218-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/960218-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/960218-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/960218-1.c execution,  -O2 -fomit-frame-pointer -fin
line-functions 
FAIL: gcc.c-torture/execute/960218-1.c execution,  -O2 -fomit-frame-pointer -fin
line-functions -funroll-loops 
FAIL: gcc.c-torture/execute/960218-1.c execution,  -O2 -fomit-frame-pointer -fin
line-functions -funroll-all-loops 

                === gcc Summary ===

# of expected passes            4877
# of unexpected failures        6
# of expected failures          5
# of unsupported tests          7

                === g++ tests ===

FAIL: g++.benjamin/warn01.C (test for excess errors)
XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
FAIL: g++.jason/template31.C (test for excess errors)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/eh23.C  Execution test
FAIL: g++.mike/eh33.C  Execution test
FAIL: g++.mike/eh50.C  Execution test
FAIL: g++.mike/eh51.C  Execution test

                === g++ Summary ===

# of expected passes            3375
# of unexpected failures        6
# of unexpected successes       3
# of expected failures          79
# of untested testcases         6



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