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]

egcs_snapshot_19980707 result on i386-pc-bsdi3.1


I was away from new egcs snapshots for while. I tried 0707 with
binutils 2.9.1, still failing on assembly.

Is this similiar problem to the one I posted while ago? (debugger
output problem??) 

I was tried with binutils 2.9, this time 2.9.1. no difference.

I posted output of unroll.s.gz at following URL.
http://www.foretune.co.jp/people/shigeya/snap-test/i386-pc-bsdi3.1/19980707ss/

Shigeya Suzuki

------------------------------
SOURCE

	CVS Snapshot 'egcs_snapshot_19980707'
	(actually, via egcs_snapshot_latest)

PLATFORM

	i386-pc-bsdi3.1
	BSD/OS 3.1, patches up to M310-035 applied.

CONFIGURATION_PARAMETERS

	--prefix=/usr/local/egcs

UTILITIES

	GNU binutils 2.9.1

BOOTSTRAP_WITH

	gcc-2.7.2.1 (came with BSD/OS 3.1)

PATCHES

	None

COMMENTS

	Bootstrap failed on stage2, while 'assembling' result of
	compilation of unroll.c. Use following source to check.

ERROR OUTPUT

stage1/xgcc -Bstage1/ -c  -DIN_GCC    -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H     -I. -I../../egcs-snap/egcs/gcc -I../../egcs-snap/egcs/gcc/config ../../egcs-snap/egcs/gcc/unroll.c
../../egcs-snap/egcs/gcc/unroll.c: In function `unroll_loop':
../../egcs-snap/egcs/gcc/unroll.c:244: warning: `local_label' might be used uninitialized in this function
../../egcs-snap/egcs/gcc/unroll.c:252: warning: `unroll_type' might be used uninitialized in this function
../../egcs-snap/egcs/gcc/unroll.c:768: warning: `copy_start_luid' might be used uninitialized in this function
../../egcs-snap/egcs/gcc/unroll.c:769: warning: `copy_end_luid' might be used uninitialized in this function
../../egcs-snap/egcs/gcc/unroll.c: In function `precondition_loop_p':
../../egcs-snap/egcs/gcc/unroll.c:1313: warning: unused parameter `loop_end'
../../egcs-snap/egcs/gcc/unroll.c: In function `copy_loop_body':
../../egcs-snap/egcs/gcc/unroll.c:1647: warning: `copy' might be used uninitialized in this function
../../egcs-snap/egcs/gcc/unroll.c: In function `loop_iterations':
../../egcs-snap/egcs/gcc/unroll.c:3408: warning: `tempu' might be used uninitialized in this function
/var/tmp/ccYq1iLt.s: Assembler messages:
/var/tmp/ccYq1iLt.s:7416: Error: Attempt to get value of unresolved symbol new_maxregnum:V1
/var/tmp/ccYq1iLt.s:7416: Error: Attempt to get value of unresolved symbol }
gmake[2]: *** [unroll.o] Error 1
gmake[2]: Leaving directory `/usr8/src/egcs/snap9/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/usr8/src/egcs/snap9/gcc'
gmake: *** [bootstrap] Error 2


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