From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25220 invoked by alias); 14 Dec 2005 01:39:57 -0000 Received: (qmail 25194 invoked by uid 48); 14 Dec 2005 01:39:55 -0000 Date: Wed, 14 Dec 2005 01:39:00 -0000 Subject: [Bug java/25404] New: Error: suffix or operands invalid for `xchg' while compiling classpath's qt peer on x86_64 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "bero at arklinux dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2005-q4/txt/msg00500.txt.bz2 List-Id: When compiling libgcj with the Qt peer (after applying the workaround for bug 24403), the compiler barfs on x86_64 with binutils 2.16.91.0.4: /usr/src/ark/BUILD/gcc-4.1.0/build/./gcc/xgcc -shared-libgcc -B/usr/src/ark/BUILD/gcc-4.1.0/build/./gcc -nostdinc++ -L/usr/src/ark/BUILD/gcc-4.1.0/build/x86_64-ark-linux/32/libstdc++-v3/src -L/usr/src/ark/BUILD/gcc-4.1.0/build/x86_64-ark-linux/32/libstdc++-v3/src/.libs -B/usr/x86_64-ark-linux/bin/ -B/usr/x86_64-ark-linux/lib/ -isystem /usr/x86_64-ark-linux/include -isystem /usr/x86_64-ark-linux/sys-include -m32 -DHAVE_CONFIG_H -I. -I../../../../../../../../libjava/classpath/native/jni/qt-peer -I../../../include -I../../../../../../../../libjava/classpath/include -I../../../../../../../../libjava/classpath/native/jni/classpath -I../../../../../../../../libjava/classpath/native/target/Linux -I../../../../../../../../libjava/classpath/native/target/generic -DQT_SHARED -I/usr/lib64/qt4/include -I/usr/lib64/qt4/include/QtGui -DQT_SHARED -I/usr/lib64/qt4/include -I/usr/lib64/qt4/include/QtCore -I../../../../../../../../libjava/classpath/../../build/x86_64-ark-linux/libstdc++-v3/include -I../../../../../../../../libjava/classpath/../../build/x86_64-ark-linux/libstdc++-v3/include/x86_64-ark-linux -I../../../../../../../../libjava/classpath/../../libstdc++-v3/libsupc++ -O2 -fomit-frame-pointer -fweb -frename-registers -fno-omit-frame-pointer -D_GNU_SOURCE -m32 -MT qtlistpeer.lo -MD -MP -MF .deps/qtlistpeer.Tpo -c ../../../../../../../../libjava/classpath/native/jni/qt-peer/qtlistpeer.cpp -fPIC -DPIC -o .libs/qtlistpeer.o /tmp/ccnJ15Xe.s: Assembler messages: /tmp/ccnJ15Xe.s:627: Error: suffix or operands invalid for `xchg' Everything works fine on x86_32. -- Summary: Error: suffix or operands invalid for `xchg' while compiling classpath's qt peer on x86_64 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-ark-linux GCC host triplet: x86_64-ark-linux GCC target triplet: x86_64-ark-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25404