[Mono-bugs] [Bug 72702][Wis] New - compiling io-layer threads.c yields "Assembler messages" "operands invalid for mov"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Feb 2005 17:18:36 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bugzilla@mdaniel.scdi.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72702

--- shadow/72702	2005-02-17 17:18:36.000000000 -0500
+++ shadow/72702.tmp.3214	2005-02-17 17:18:36.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 72702
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: Fedora Core 3 (x86_64)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bugzilla@mdaniel.scdi.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: compiling io-layer threads.c yields "Assembler messages" "operands invalid for mov"
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+I don't know if this is a gcc bug or something with x86_64 or what. FWIW, I
+can compile the mono-1.1.3 system perfectly.
+
+Steps to reproduce the problem:
+1. wget http://www.go-mono.com/archive/1.0.6/mono-1.0.6.tar.gz
+2. tar xzf mono-1.0.6.tar.gz
+3. cd mono-1.0.6
+4. ./configure --prefix=/usr --with-gc=boehm; make
+
+Actual Results:
+ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0
+-I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0
+-I/usr/lib64/glib-2.0/include -DMONO_BINDIR=\"/usr/bin\" -I../..
+-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -g -O2 -fno-strict-aliasing
+-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
+-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith
+-Wno-cast-qual -Wcast-align -Wwrite-strings -MT threads.lo -MD -MP -MF
+.deps/threads.Tpo -c threads.c  -fPIC -DPIC -o .libs/threads.o
+/home/mdaniel/.tmp/ccJD1dBi.s: Assembler messages:
+/home/mdaniel/.tmp/ccJD1dBi.s:273: Error: suffix or operands invalid for `mov'
+/home/mdaniel/.tmp/ccJD1dBi.s:350: Error: suffix or operands invalid for `mov'
+/home/mdaniel/.tmp/ccJD1dBi.s:1528: Error: suffix or operands invalid for `mov'
+make[3]: *** [threads.lo] Error 1
+make[3]: Leaving directory `/usr/src/cvs/ximian/mono-1.0.6/mono/io-layer'
+
+
+Expected Results:
+
+
+How often does this happen? 
+Every time, each time with fresh untar
+
+Additional Information: