This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Check fails for boehm-gc on sparc-linux
- From: Tom Tromey <tromey at redhat dot com>
- To: Christian Joensson <c dot christian dot joensson at telia dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2002 18:39:06 -0700
- Subject: Re: Check fails for boehm-gc on sparc-linux
- References: <20020119231531.GA19522@arnljot.myip.org>
- Reply-to: tromey at redhat dot com
>>>>> "Christian" == Christian Joensson <c.christian.joensson@telia.com> writes:
Christian> ./../../boehm-gc/mark_rts.c: In function `GC_approx_sp':
Christian> ./../../boehm-gc/mark_rts.c:337: warning: function returns address of local variable
This warning is expected.
Christian> A long shot, but might it be related to the test failure:
Christian> make[3]: Entering directory `/share1/gcc-dev/gcc/objdir/sparc-unknown-linux-gnu/boehm-gc'
Christian> FAIL: gctest
You'd have to do more investigation to find out what is wrong here.
Tom