[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#343054: marked as done (gcc-3.3: Invalid x86 assembler code compiling kernel 2.4.27)



Your message dated Thu, 15 Dec 2005 20:43:02 +0100
with message-id <87mzj2kuyh.fsf@debian.org>
and subject line Bug#343054: gcc-3.3: Invalid x86 assembler code compiling kernel 2.4.27
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Dec 2005 08:31:08 +0000
>From lupe@lupe-christoph.de Mon Dec 12 00:31:08 2005
Return-path: <lupe@lupe-christoph.de>
Received: from buexe.b-5.de ([84.19.0.30])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Elj4T-0006vw-Dr
	for submit@bugs.debian.org; Mon, 12 Dec 2005 00:30:09 -0800
Received: from antalya.lupe-christoph.de (antalya.lupe-christoph.de [172.17.0.9])
	by buexe.b-5.de (8.12.3/8.12.3/b-5/buexe-3.4) with ESMTP id jBC8U4LD004564
	for <submit@bugs.debian.org>; Mon, 12 Dec 2005 09:30:05 +0100
Received: from localhost (localhost [127.0.0.1])
	by antalya.lupe-christoph.de (Postfix) with ESMTP id C2A6B34548;
	Mon, 12 Dec 2005 09:29:59 +0100 (CET)
Received: from antalya.lupe-christoph.de ([127.0.0.1])
	by localhost (antalya [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id 14130-04; Mon, 12 Dec 2005 09:29:55 +0100 (CET)
Received: by antalya.lupe-christoph.de (Postfix, from userid 1000)
	id 5196A34542; Mon, 12 Dec 2005 09:29:55 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Lupe Christoph <lupe@lupe-christoph.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc-3.3: Invalid x86 assembler code compiling kernel 2.4.27
Message-ID: <[🔎] 20051212082955.32511.42926.reportbug@antalya.lupe-christoph.de>
X-Mailer: reportbug 3.18
Date: Mon, 12 Dec 2005 09:29:55 +0100
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lupe-christoph.de
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gcc-3.3
Version: 1:3.3.6-10
Severity: important

Compiling the 2.4.27 kernel from the Debian kernel-source-2.4.27
package, version 2.4.27-11:

make[2]: Entering directory `/sw/WORK/Debian/Kernel/kernel-source-2.4.27/arch/i386/kernel'
gcc-3.3 -D__KERNEL__ -I/sw/WORK/Debian/Kernel/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon   -nostdinc -iwithprefix include -DKBUILD_BASENAME=process  -c -o process.o process.c
{standard input}: Assembler messages:
{standard input}:747: Error: suffix or operands invalid for `mov'
{standard input}:748: Error: suffix or operands invalid for `mov'
{standard input}:839: Error: suffix or operands invalid for `mov'
{standard input}:840: Error: suffix or operands invalid for `mov'
{standard input}:881: Error: suffix or operands invalid for `mov'
{standard input}:882: Error: suffix or operands invalid for `mov'
{standard input}:884: Error: suffix or operands invalid for `mov'
{standard input}:896: Error: suffix or operands invalid for `mov'
make[2]: *** [process.o] Error 1

The minimal command line producing this error is
gcc-3.3 -D__KERNEL__ -I/sw/WORK/Debian/Kernel/kernel-source-2.4.27/include -c -o process.o process.c

The offending lines in the assembler code are

	movl %fs,636(%ebx)
	movl %gs,640(%ebx)
	movl %fs,36(%ebx)
	movl %gs,40(%ebx)
	movl %fs,12(%edi)
	movl %gs,16(%edi)
1:	movl 12(%esi),%fs
1:	movl 16(%esi),%gs

I tried gcc-3.4, but it won't compile process.c.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-lpc.7.k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gcc-3.3 depends on:
ii  binutils             2.16.1cvs20051117-1 The GNU assembler, linker and bina
ii  cpp-3.3              1:3.3.6-10          The GNU C preprocessor
ii  gcc-3.3-base         1:3.3.6-10          The GNU Compiler Collection (base 
ii  libc6                2.3.5-8             GNU C Library: Shared libraries an
ii  libgcc1              1:4.0.2-5           GCC support library

Versions of packages gcc-3.3 recommends:
ii  libc6-dev                     2.3.5-8    GNU C Library: Development Librari

-- no debconf information

---------------------------------------
Received: (at 343054-done) by bugs.debian.org; 15 Dec 2005 19:43:37 +0000
>From falk@debian.org Thu Dec 15 11:43:37 2005
Return-path: <falk@debian.org>
Received: from smtp07.web.de ([217.72.192.225])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Emz0r-0004I9-2R
	for 343054-done@bugs.debian.org; Thu, 15 Dec 2005 11:43:37 -0800
Received: from [84.59.233.66] (helo=juist)
	by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256)
	(WEB.DE 4.105 #340)
	id 1Emz0L-0001dk-00
	for 343054-done@bugs.debian.org; Thu, 15 Dec 2005 20:43:05 +0100
Received: from falk by juist with local (Exim 4.60)
	(envelope-from <falk@debian.org>)
	id 1Emz0I-0000nj-K1
	for 343054-done@bugs.debian.org; Thu, 15 Dec 2005 20:43:02 +0100
To: 343054-done@bugs.debian.org
Subject: Bug#343054: gcc-3.3: Invalid x86 assembler code compiling kernel
 2.4.27
From: Falk Hueffner <falk@debian.org>
X-Face: "iUeUu$b*W_"w?tV83Y3*r:`rh&dRv}$YnZ3,LVeCZSYVuf[Gpo*5%_=/\_!gc_,SS}[~xZ
 wY77I-M)xHIx:2f56g%/`SOw"Dx%4Xq0&f\Tj~>|QR|vGlU}TBYhiG(K:2<T^
Date: Thu, 15 Dec 2005 20:43:02 +0100
Message-ID: <87mzj2kuyh.fsf@debian.org>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (cilantro, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: falk@debian.org
X-Sender: falk.hueffner@web.de
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Hi,

this is a bug in the kernel. See
http://bugs.debian.org/328707

-- 
	Falk



Reply to: