public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* re: Solaris2.6 test of egcs-2.92.07 19980914
@ 1998-09-21 12:50 James Black
  1998-09-21 22:30 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: James Black @ 1998-09-21 12:50 UTC (permalink / raw)
  To: egcs

Hello,
  Here is the configuration and test, and it appears that ObjectiveC is
completely broken for me.

../egcs-19980914/configure
--with-gcc-version-trigger=/home/black/src/egcs-19980
914/gcc/version.c --host=sparc-sun-solaris2.6 --prefix=/usr/local/egcs
--enable-version-specific-runtime-libs --with-fast-fixincludes
--enable-target-optspace --enable-threads --with-gnu-ld --with-gnu-as
--enable-haifa --enable-share --norecursion 

alina% uname -a
SunOS alina 5.6 Generic_105181-06 sun4c sparc SUNW,Sun_4_40
alina% autoconf --version  
Autoconf version 2.12.1
alina% automake --version
automake (GNU automake) 1.2e
alina% make --version
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
alina% gcc --version
egcs-2.91.57
alina% gasp --version
GNU assembler pre-processor 1.2
alina% ld --version
GNU ld 2.9.1
alina% ld --version
GNU ld 2.9.1


                === libio Summary ===

# of expected passes            40

                === libstdc++ Summary ===

# of expected passes            27
# of unexpected failures        1
# of expected failures          2
FAIL: tlist.cc compilation

                === gcc Summary ===

# of expected passes            7576
# of unexpected failures        4
# of expected failures          7
# of unsupported tests          19
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/980526-1.c execution,  -O2
-fomit-frame-pointer -finline-functions 

                === g++ Summary ===

# of expected passes            4461
# of unexpected failures        7
# of unexpected successes       2
# of expected failures          86
# of untested testcases         6
/home/black/src/objdir/gcc/testsuite/../xgcc version egcs-2.92.07 19980914
(gcc2 ss-980609 experimental)
FAIL: g++.mike/p6610b.C caused compiler crash
FAIL: g++.mike/p784.C (test for excess errors)
FAIL: g++.mike/p785.C caused compiler crash
FAIL: g++.mike/virt5.C caused compiler crash
XPASS: g++.other/friend4.C foo<void,void> cannot access bar<int>::i -
(test for errors, line 18)
FAIL: g++.other/friend4.C (test for excess errors)
FAIL: g++.other/typedef5.C (test for excess errors)
FAIL: g++.pt/explicit71.C (test for excess errors)
XPASS: g++.robertl/eb132.C (test for excess errors)

                === g77 Summary ===

# of expected passes            429
# of unexpected failures        5
FAIL: g77.f-torture/execute/io0.f execution,  -O0 
FAIL: g77.f-torture/execute/io0.f execution,  -O1 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 -fomit-frame-pointer
-finline-functions 
FAIL: g77.f-torture/execute/io0.f execution,  -Os 
Running
/home/black/src/egcs-19980914/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp
...

                === objc Summary ===

# of unexpected failures        19
# of untested testcases         19
FAIL: objc/execute/bf-1.m compilation,  -O 
FAIL: objc/execute/bf-10.m compilation,  -O 
FAIL: objc/execute/bf-11.m compilation,  -O 
FAIL: objc/execute/bf-12.m compilation,  -O 
FAIL: objc/execute/bf-13.m compilation,  -O 
FAIL: objc/execute/bf-14.m compilation,  -O 
FAIL: objc/execute/bf-15.m compilation,  -O 
FAIL: objc/execute/bf-16.m compilation,  -O 
FAIL: objc/execute/bf-17.m compilation,  -O 
FAIL: objc/execute/bf-18.m compilation,  -O 
FAIL: objc/execute/bf-19.m compilation,  -O 
FAIL: objc/execute/bf-2.m compilation,  -O 
FAIL: objc/execute/bf-3.m compilation,  -O 
FAIL: objc/execute/bf-4.m compilation,  -O 
FAIL: objc/execute/bf-5.m compilation,  -O 
FAIL: objc/execute/bf-6.m compilation,  -O 
FAIL: objc/execute/bf-7.m compilation,  -O 
FAIL: objc/execute/bf-8.m compilation,  -O 
FAIL: objc/execute/bf-9.m compilation,  -O 


========================================================================
James Black (Comp Sci/Elec Eng Senior)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************


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

* Re: Solaris2.6 test of egcs-2.92.07 19980914
  1998-09-21 12:50 Solaris2.6 test of egcs-2.92.07 19980914 James Black
@ 1998-09-21 22:30 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-09-21 22:30 UTC (permalink / raw)
  To: James Black; +Cc: egcs

  In message < Pine.SUN.3.96.980921083643.14580C-100000@sunflash.eng.usf.edu >you
 write:
  > Hello,
  >   Here is the configuration and test, and it appears that ObjectiveC is
  > completely broken for me.
As I have mentioned to this list recently -- the objc runtime is offline
temporarily while we get it moved into its own toplevel directory.

Until we've got it backonline and building objc tests will fail.
jeff

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

end of thread, other threads:[~1998-09-21 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-21 12:50 Solaris2.6 test of egcs-2.92.07 19980914 James Black
1998-09-21 22:30 ` Jeffrey A Law

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).