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]

Re: Successful (?) build egsc-1.0.2 on irix-6.5 (beta


---Jeffrey A Law <law@hurl.cygnus.com> wrote:
>
> 
> I've never seen this problem before.  The only
thing I can think of
> is you're somehow not using the dejagnu snapshot
you just built.  Or
> maybe dejagnu is picking up the wrong version of
tcl or expect.
> 
> jeff
> 
Jeff,

 dead on target :-) I had my egcsroot at the tail
of my PATH and picked up the sgi-native versions
of tcl, expect and runme. Looks more or less fine
now:

                === gcc Summary ===

# of expected passes            4866
# of unexpected failures        4
  complex-5.c dumps core four times
# of expected failures          5

                === g++ Summary ===

# of expected passes            3390
# of unexpected failures        2
  FAIL: g++.mike/eh39.C  Execution test
  FAIL: g++.mike/eh40.C  Execution test
# of unexpected successes       3
  XPASS: g++.jason/destruct3.C - (test for bogus
   messages, line 38)
  XPASS: g++.mike/dyncast1.C  Execution test
  XPASS: g++.mike/dyncast2.C  Execution test
# of expected failures          82
# of untested testcases         10

                === g77 Summary ===

# of expected passes            132

                === libio Summary ===

# of expected passes            40

                === libstdc++ Summary ===

# of expected passes            24
# of unexpected failures       	2
  WARNING 131 from ld caused this two failures
ld32: WARNING 131: Multiply defined weak
symbol:(basic_string<char, string_char_traits<char>,
__default_alloc_template<false, 0>
>::~basic_string(void)) in /var/tmp/cca008oj1.o and
/mnts/d9/tmp/egcs-objs/libraries//libstdc++/libstdc++.a(stdexcepti.o)
(2nd definition ignored).
# of expected failures          4


 One suggestion: "-woff 84 " should be added to
the *link: line of the specs file for the irix6
case. The SGI linker warns about unused libraries
by default. This caused a lot of "failures" in
libio and libstdc++

Thanks
Martin
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



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