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-971215 sparc-sun-solaris2.6 results


FAIL: gcc.c-torture/execute/921215-1.c compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -g 

                === gcc Summary ===

# of expected passes            5964
# of unexpected failures        6
# of expected failures          6
# of untested testcases         1
# of unsupported tests          6

XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/p10849a.C  Execution test

                === g++ Summary ===

# of expected passes            3460
# of unexpected failures        1
# of unexpected successes       2
# of expected failures          79
# of untested testcases         6

S rittle@supra; more config.status 
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
./configure --host=sparc-sun-solaris2.6 --enable-shared --with-gnu-ld --with-gnu
-as --with-gxx-include-dir='${prefix}/share/gcc/egcs-2.91.02/include/g++' --nore
cursion 
# using "mh-frag" and "config/mt-sparcpic"

Details on the compilation failure seen above.

S rittle@supra; gcc -O2 -fomit-frame-pointer -finline-functions 921215-1.c
gcc: Internal compiler error: program cc1 got fatal signal 11
S rittle@supra; gdb /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.02/cc1 core
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.6), 
Copyright 1996 Free Software Foundation, Inc...
Core was generated by `/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.02/cc1 /var/tmp/cc2Pfma_.'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/platform/SUNW,Ultra-30/lib/libc_psr.so.1...done.
#0  0x3a440 in restore_tree_status (p=0x1f8f78, context=0x0) at tree.c:448
448           while ((*p)->obstack != function_maybepermanent_obstack)
(gdb) backtrace
#0  0x3a440 in restore_tree_status (p=0x1f8f78, context=0x0) at tree.c:448
#1  0x4f0a0 in pop_function_context_from (context=0x0) at function.c:616
#2  0x4f148 in pop_function_context () at function.c:643
#3  0x1a790 in poplevel (keep=1, reverse=1, functionbody=0) at c-decl.c:1062
#4  0x132c8 in yyparse () at c-parse.y:1557
#5  0x35b14 in compile_file (name=0xefffddc9 "/var/tmp/cc2Pfma_.i")
    at toplev.c:2547
#6  0x394f0 in main (argc=10, argv=0xefffdb9c, envp=0xefffdbc8)
    at toplev.c:4469


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