[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Mon Nov 8 02:28:21 CET 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/11/08 02:28:21

Modified files:
	cm3/m3-sys/m3cc/gcc-4.5/gcc/config/i386/: i386.md 

Log message:
	put "return 0;" after gcc_unreachable
	
	see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46333
	
	see http://hudson.modula3.com:8080/job/cm3-current-m3cc-I386_SOLARIS-opencsw-current10x/106/console
	
	cd . && cd gcc && gmake CXX=/usr/bin/CC CC=/usr/bin/cc  MAKE=gmake  AUTOCONF=: AUTOMAKE=: LEX='touch lex.yy.c' MAKEINFO=: s-modes insn-config.h m3cg
	/usr/bin/CC -c  -g -DIN_GCC    -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.5/gcc -I../../gcc-4.5/gcc/. -I../../gcc-4.5/gcc/../include -I../../gcc-4.5/gcc/../libcpp/include -I/home/m3hudson/current10x/workspace/cm3-current-m3cc-I386_SOLARIS-opencsw-current10x/cm3/m3-sys/m3cc/I386_SOLARIS/./gmp -I/home/m3hudson/current10x/workspace/cm3-current-m3cc-I386_SOLARIS-opencsw-current10x/cm3/m3-sys/m3cc/gcc-4.5/gmp    -I/usr/include/libelf  insn-output.c -o insn-output.o
	"../../gcc-4.5/gcc/config/i386/i386.md", line 2987: Error: "output_100(rtx_def**, rtx_def*)" is expected to return a value.
	"../../gcc-4.5/gcc/config/i386/i386.md", line 2999: Error: "output_101(rtx_def**, rtx_def*)" is expected to return a value.
	"../../gcc-4.5/gcc/config/i386/i386.md", line 3490: Error: "output_106(rtx_def**, rtx_def*)" is expected to return a value.
	"../../gcc-4.5/gcc/config/i386/i386.md", line 3502: Error: "output_107(rtx_def**, rtx_def*)" is expected to return a value.
	"../../gcc-4.5/gcc/config/i386/i386.md", line 3643: Error: "output_111(rtx_def**, rtx_def*)" is expected to return a value.
	5 Error(s) detected.
	
	(note that Sun CC isn't unreasonable here an some of its other errors;
	sometimes the gcc code is g++ specific, ENUM_BITFIELD for example)




More information about the M3commit mailing list