From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16886 invoked by alias); 4 Dec 2004 03:23:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16872 invoked by uid 48); 4 Dec 2004 03:23:30 -0000 Date: Sat, 04 Dec 2004 03:23:00 -0000 From: "mothejj at fel dot cvut dot cz" To: gcc-bugs@gcc.gnu.org Message-ID: <20041204032329.18822.mothejj@fel.cvut.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/18822] New: segmentation fault X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg00577.txt.bz2 List-Id: Hi, I'm running debian @ kernel 2.4.26 testing, gcc 3.3.4 (Debian 1:3.3.4-13). I compiled kernel long time ago for my Pentium 90 and it worked perfectly. Now I changed proc. to P200MMX and tried to recompile kernel for it and I got this message: gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=stats -c -o stats.o stats.c In file included from /usr/src/kernel-source-2.4.26/include/linux/bitops.h:69, from /usr/src/kernel-source-2.4.26/include/asm/system.h:8, from /usr/src/kernel-source-2.4.26/include/linux/spinlock.h:6, from /usr/src/kernel-source-2.4.26/include/linux/wait.h:16, from /usr/src/kernel-source-2.4.26/include/linux/fs.h:12, from /usr/src/kernel-source-2.4.26/include/linux/capability.h:17, from /usr/src/kernel-source-2.4.26/include/linux/binfmts.h:5, from /usr/src/kernel-source-2.4.26/include/linux/sched.h:9, from stats.c:27: /usr/src/kernel-source-2.4.26/include/asm/bitops.h: In function `find_next_zero_bit': /usr/src/kernel-source-2.4.26/include/asm/bitops.h:309: internal compiler error: Segmentation fault -- Summary: segmentation fault Product: gcc Version: 3.3.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mothejj at fel dot cvut dot cz CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18822