This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
labug1.f failure in web.c
- From: Geoff Keating <geoffk at geoffk dot org>
- To: gcc-regression at gcc dot gnu dot org, Jan Hubicka <jh at suse dot cz>
- Date: Tue, 14 Oct 2003 07:45:06 -0700
- Subject: labug1.f failure in web.c
Hi Jan,
You'll be hearing from the regression tester about this soon, but you
should know that your new web.c optimisation pass causes at least
FAIL: g77.f-torture/execute/labug1.f compilation, -O3
-fomit-frame-pointer FAIL: g77.f-torture/execute/labug1.f compilation,
-O3 -fomit-frame-pointer -funroll-loops FAIL:
g77.f-torture/execute/labug1.f compilation, -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions FAIL:
g77.f-torture/execute/labug1.f compilation, -O3 -g
on powerpc-darwin. The symptom is a crash, with:
#0 web_main () at
/Network/Servers/cauchy/homes/thorin/gkeating/co/egcs-mainline/gcc/gcc/web.c:172
172 link = link->next;
with 'link' NULL.
--
- Geoffrey Keating <geoffk@geoffk.org>