public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/29761]  New: 'make check' for gcc-4.1.1 fails
@ 2006-11-08 12:37 sergstesh at yahoo dot com
  2006-11-08 17:26 ` [Bug testsuite/29761] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sergstesh at yahoo dot com @ 2006-11-08 12:37 UTC (permalink / raw)
  To: gcc-bugs

This bug is similar to

http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=WAITING&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=REOPENED&email1=sergstesh%40yahoo.com&emailtype1=exact&emailassigned_to1=1&emailreporter1=1

, just the failure is different - here's how 'make check' screen output
looks:

"
make[1]: Entering directory `/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1'
make[2]: Entering directory
`/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1/fastjar'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory
`/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1/fastjar'
make[2]: Entering directory
`/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1/fixincludes'
autogen -T
/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1.src/fixincludes/check.tpl
/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1.src/fixincludes/inclhack.def
/bin/sh ./check.sh
/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1.src/fixincludes/tests/base
Fixed:  testing.h
Fixed:  testing.h
Fixed:  ansi/math.h
Fixed:  ansi/stdlib.h
Fixed:  arch/i960/archI960.h
Fixed:  arpa/inet.h
Fixed:  assert.h
Fixed:  AvailabilityMacros.h
Fixed:  bits/huge_val.h
Fixed:  bsd/libc.h
Fixed:  c_asm.h
Fixed:  com_err.h
Fixed:  ctrl-quotes-def-1.h
Fixed:  ctype.h
Fixed:  curses.h
Fixed:  fixinc-test-limits.h
Fixed:  fs/rfs/rf_cache.h
Fixed:  _G_config.h
Fixed:  hsfs/hsfs_spec.h
Fixed:  ia64/sys/getppdp.h
Fixed:  internal/math_core.h
Fixed:  internal/sgimacros.h
Fixed:  internal/wchar_core.h
Fixed:  inttypes.h
Fixed:  io-quotes-def-1.h
Fixed:  iso/math_c99.h
Fixed:  locale.h
Fixed:  machine/cpu.h
Fixed:  mach-o/dyld.h
Fixed:  malloc.h
Fixed:  math.h
Fixed:  netdnet/dnetdb.h
Fixed:  netinet/in.h
Fixed:  netinet/ip.h
Fixed:  obstack.h
Fixed:  pixrect/memvar.h
Fixed:  pthread.h
Fixed:  regex.h
Fixed:  regexp.h
Fixed:  reg_types.h
Fixed:  rpc/auth.h
Fixed:  rpc/rpc.h
Fixed:  rpc/svc.h
Fixed:  rpcsvc/rstat.h
Fixed:  rpcsvc/rusers.h
Fixed:  rpc/xdr.h
Fixed:  sparc/asm_linkage.h
Fixed:  standards.h
Fixed:  stdio.h
Fixed:  stdio_tag.h
Fixed:  stdlib.h
Fixed:  string.h
Fixed:  strings.h
Fixed:  sundev/vuid_event.h
Fixed:  sunwindow/win_lock.h
Fixed:  sym.h
Fixed:  sys/asm.h
Fixed:  sys/cdefs.h
Fixed:  sys/file.h
Fixed:  sys/ioctl.h
Fixed:  sys/limits.h
Fixed:  sys/machine.h
Fixed:  sys/mman.h
Fixed:  sys/regset.h
Fixed:  sys/signal.h
Fixed:  sys/socket.h
Fixed:  sys/spinlock.h
Fixed:  sys/stat.h
Fixed:  sys/time.h
Fixed:  sys/times.h
Fixed:  sys/types.h
Fixed:  sys/ucontext.h
Fixed:  sys/utsname.h
Fixed:  sys/wait.h
Fixed:  testing.h
Fixed:  time.h
Fixed:  tinfo.h
Fixed:  types/vxTypesBase.h
Fixed:  unistd.h
Fixed:  wchar.h
Fixed:  widec.h
Fixed:  X11/ShellP.h
Fixed:  X11/Xmu.h
Fixed:  Xm/BaseClassI.h
Fixed:  Xm/Traversal.h
Newly fixed header:  ia64/sys/getppdp.h

There were fixinclude test FAILURES
make[2]: *** [check] Error 1
make[2]: Leaving directory
`/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1/fixincludes'
make[1]: *** [check-fixincludes] Error 2
make[1]: Leaving directory `/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1'
make: *** [do-check] Error 2
".

'autogen-2.60' was used.

It appears that, unlike in

http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=WAITING&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=REOPENED&email1=sergstesh%40yahoo.com&emailtype1=exact&emailassigned_to1=1&emailreporter1=1

no test is run, 'make check' aborts due to some problem during fixing headers.

Please let me know whther you need any additional info.


-- 
           Summary: 'make check' for gcc-4.1.1 fails
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sergstesh at yahoo dot com
 GCC build triplet: Linux comp.home.net 2.6.12-27mdk-i686-up-4GB
  GCC host triplet: Linux comp.home.net 2.6.12-27mdk-i686-up-4GB
GCC target triplet: Linux comp.home.net 2.6.12-27mdk-i686-up-4GB


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29761


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

* [Bug testsuite/29761] 'make check' for gcc-4.1.1 fails
  2006-11-08 12:37 [Bug testsuite/29761] New: 'make check' for gcc-4.1.1 fails sergstesh at yahoo dot com
@ 2006-11-08 17:26 ` pinskia at gcc dot gnu dot org
  2006-11-09 22:30 ` sergstesh at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-08 17:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-08 17:26 -------
Use make -k check as documented.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29761


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

* [Bug testsuite/29761] 'make check' for gcc-4.1.1 fails
  2006-11-08 12:37 [Bug testsuite/29761] New: 'make check' for gcc-4.1.1 fails sergstesh at yahoo dot com
  2006-11-08 17:26 ` [Bug testsuite/29761] " pinskia at gcc dot gnu dot org
@ 2006-11-09 22:30 ` sergstesh at yahoo dot com
  2006-11-09 22:38 ` pinskia at gcc dot gnu dot org
  2006-11-09 23:01 ` sergstesh at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: sergstesh at yahoo dot com @ 2006-11-09 22:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sergstesh at yahoo dot com  2006-11-09 22:30 -------
After using 'make -k check' I see much more failures that reported in

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29760

, i.e. in my environment gcc-4.1.1 test suite produces much more failures
than gcc-3.4.6 test suite.

Here are some quick stats:

"
/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1> grep 'of unexpected
failures' make_-k_check.log
# of unexpected failures        5
# of unexpected failures        1
# of unexpected failures        1
# of unexpected failures        150
";

"
[46] 0:23
sergei@comp.home.net:/maxtor5/sergei/AppsFromScratchWD/build/gcc-4.1.1> grep
FAIL: make_-k_check.log
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
FAIL: g++.old-deja/g++.law/weak.C (test for excess errors)
FAIL: abi_check
FAIL: libmudflap.c/fail1-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail10-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail11-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail12-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail13-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail14-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail15-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail16-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail17-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail18-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail19-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail2-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail20-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail21-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail22-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail23-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail25-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail26-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail27-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail28-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail29-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail3-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail30-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail31-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail32-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail33-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail34-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail35-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail36-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail37-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail38-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail39-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail4-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail40-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail5-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail6-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail7-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail8-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/fail9-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/heap-scalestress.c (-static) (test for excess errors)
FAIL: libmudflap.c/hook-allocstuff.c (-static) (test for excess errors)
FAIL: libmudflap.c/hook2-allocstuff.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass-stratcliff.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass1-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass1-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass10-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass10-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass11-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass11-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass12-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass12-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass13-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass13-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass14-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass14-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass15-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass15-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass16-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass16-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass17-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass17-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass18-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass18-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass19-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass19-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass2-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass2-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass20-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass20-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass21-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass21-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass22-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass22-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass23-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass23-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass24-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass24-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass25-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass25-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass26-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass26-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass29-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass29-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass3-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass3-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass30-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass30-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass32-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass32-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass33-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass33-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass34-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass34-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass35-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass35-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass36-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass36-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass38-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass38-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass4-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass4-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass42-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass42-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass43-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass43-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass44-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass44-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass45-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass45-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass46-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass46-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass47-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass47-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass48-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass48-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass49-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass49-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass5-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass5-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass50-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass50-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass51-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass51-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass52-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass52-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass53-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass53-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass54-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass54-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass56-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass56-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass6-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass6-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass7-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass7-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass8-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass8-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass9-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c/pass9-frag.c (-static) (test for excess errors)
FAIL: libmudflap.c++/fail24-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass27-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass28-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass31-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass55-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass57-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass58-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (test for excess errors)
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (test for excess errors)
FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) (test for excess errors)
".

Which of these failure indicate:

1) problems in compiler;
2) problems in the testsuite

?

What can/should be done to avoid the failures ?

Why gcc-4.1.1 has so much more failures than gcc-3.4.6 ?


-- 

sergstesh at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29761


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

* [Bug testsuite/29761] 'make check' for gcc-4.1.1 fails
  2006-11-08 12:37 [Bug testsuite/29761] New: 'make check' for gcc-4.1.1 fails sergstesh at yahoo dot com
  2006-11-08 17:26 ` [Bug testsuite/29761] " pinskia at gcc dot gnu dot org
  2006-11-09 22:30 ` sergstesh at yahoo dot com
@ 2006-11-09 22:38 ` pinskia at gcc dot gnu dot org
  2006-11-09 23:01 ` sergstesh at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-09 22:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-09 22:38 -------
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test

These above are caused by a bug in glibc.

FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2

does not make a difference.

FAIL: g++.old-deja/g++.law/weak.C (test for excess errors)

Unknown and you should look into g++.log.

FAIL: abi_check
ABI check is most likely an option pass to GCC or a difference between the base
glibc which was used to generate the base and the version of glibc you use.


FAIL: libmudflap.c/fail1-frag.c (-static) (test for excess errors)
All libmudflap issues are glibc issues


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29761


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

* [Bug testsuite/29761] 'make check' for gcc-4.1.1 fails
  2006-11-08 12:37 [Bug testsuite/29761] New: 'make check' for gcc-4.1.1 fails sergstesh at yahoo dot com
                   ` (2 preceding siblings ...)
  2006-11-09 22:38 ` pinskia at gcc dot gnu dot org
@ 2006-11-09 23:01 ` sergstesh at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: sergstesh at yahoo dot com @ 2006-11-09 23:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sergstesh at yahoo dot com  2006-11-09 23:01 -------
Thanks for your reply.

Regarding

"
FAIL: g++.old-deja/g++.law/weak.C (test for excess errors)

Unknown and you should look into g++.log.
"

- you probably meant gcc/testsuite/g++/g++.log.sent file.

If it's the case, here's what I've found:

"
FAIL: g++.old-deja/g++.law/weak.C (test for excess errors)
Excess errors:
/usr/bin/ld: cannot find -lm
".

I think that the missing library is

/usr/lib/libm.so

which is present on my system. Is it so that 'gcc' test process doesn't
look for libraries in standard places ?

And if youy remember by heart, where can I downlaod sources of 'libm' from ?

Regarding 'glibc' - what is the best compatible with gcc-4.1.1 version ?

And why the number of failure so drastically differs between gcc-4.1.1 and
gcc-3.6.4 ?  'glibc' is the same in both cases.

Regarding 'glibc' - what is the best compatible with gcc-4.1.1 ?

Is there a 'glibc' version which is good for both gcc-3.4.6 and gcc-4.1.1 ?

If not, what is the best compatible with gcc-3.4.6 ?

Based on your answers I'll try to build 'glibc' myself - if necessary, it will
be two different versions for gcc-3.4.6 and gcc-4.1.1.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29761


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

end of thread, other threads:[~2006-11-09 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-08 12:37 [Bug testsuite/29761] New: 'make check' for gcc-4.1.1 fails sergstesh at yahoo dot com
2006-11-08 17:26 ` [Bug testsuite/29761] " pinskia at gcc dot gnu dot org
2006-11-09 22:30 ` sergstesh at yahoo dot com
2006-11-09 22:38 ` pinskia at gcc dot gnu dot org
2006-11-09 23:01 ` sergstesh at yahoo dot com

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