public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17600] New: Internal compiler error
@ 2004-09-22  6:12 Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:15 ` [Bug c/17600] " Tobias dot Kranz at bka dot bund dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tobias dot Kranz at bka dot bund dot de @ 2004-09-22  6:12 UTC (permalink / raw)
  To: gcc-bugs

When I compile a patched Kernel, the compiler stops doing his job with the
following message:

--
make[3]: Entering directory `/usr/src/linux-2.4.27/abi/svr4'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.27/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix include
-DKBUILD_BASENAME=sysi86  -c -o sysi86.o sysi86.c
sysi86.c: In function `svr4_sysi86':
sysi86.c:154: warning: implicit declaration of function `si_meminfo'
sysi86.c:132: Internal compiler error in emit_move_insn_1, at expr.c:3101
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [sysi86.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.27/abi/svr4'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.27/abi/svr4'
make[1]: *** [_subdir_svr4] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.27/abi'
make: *** [_dir_abi] Error 2
--

Some more infos about my enviroment/system:
foo:/usr/src/linux # gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib
--enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2

foo:/usr/src # cat /etc/*release
SuSE SLES-8 (i386)
VERSION = 8.1
UnitedLinux 1.0 (i586)
VERSION = 1.0
PATCHLEVEL = 3
LSB_VERSION="1.2"
DISTRIB_ID="SuSE"
DISTRIB_RELEASE="8.1"
DISTRIB_DESCRIPTION="SuSE SLES-8 (i386)"

foo:/usr/src/linux # uname -a
Linux foo 2.4.27 #6 SMP Mon Sep 6 13:31:04 CEST 2004 i686 unknown

-- 
           Summary: Internal compiler error
           Product: gcc
           Version: 3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Tobias dot Kranz at bka dot bund dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17600] Internal compiler error
  2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
@ 2004-09-22  6:15 ` Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Tobias dot Kranz at bka dot bund dot de @ 2004-09-22  6:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Tobias dot Kranz at bka dot bund dot de  2004-09-22 06:15 -------
Created an attachment (id=7190)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7190&action=view)
Patch for the 2.4.27 kernel

Apply this patch to a "clean" 2.4.27 kernel.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17600] Internal compiler error
  2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:15 ` [Bug c/17600] " Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
@ 2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:22 ` Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:41 ` belyshev at lubercy dot com
  4 siblings, 0 replies; 6+ messages in thread
From: Tobias dot Kranz at bka dot bund dot de @ 2004-09-22  6:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Tobias dot Kranz at bka dot bund dot de  2004-09-22 06:18 -------
Created an attachment (id=7191)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7191&action=view)
Config-File for the kernel, that _delivers_ the bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17600] Internal compiler error
  2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:15 ` [Bug c/17600] " Tobias dot Kranz at bka dot bund dot de
@ 2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Tobias dot Kranz at bka dot bund dot de @ 2004-09-22  6:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Tobias dot Kranz at bka dot bund dot de  2004-09-22 06:18 -------
Created an attachment (id=7192)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7192&action=view)
.i-File, that lets the compiler crash


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17600] Internal compiler error
  2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
                   ` (2 preceding siblings ...)
  2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
@ 2004-09-22  6:22 ` Tobias dot Kranz at bka dot bund dot de
  2004-09-22  6:41 ` belyshev at lubercy dot com
  4 siblings, 0 replies; 6+ messages in thread
From: Tobias dot Kranz at bka dot bund dot de @ 2004-09-22  6:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Tobias dot Kranz at bka dot bund dot de  2004-09-22 06:21 -------
There are 2 possibilities to get this bug:

(1) Load the clean 2.4.27 Kernel and extract it and apply the attached patch.
Then use the attached .config to compile the kernel and it will crash.

(2) There is the .i-file attached. As written in the Bug-Reporting-FAQ, it is
usefull?! ;-)

So good luck with the fixing! ;-)

Is there a work-around?
Please contact me, if there are some things quite unclear.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17600] Internal compiler error
  2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
                   ` (3 preceding siblings ...)
  2004-09-22  6:22 ` Tobias dot Kranz at bka dot bund dot de
@ 2004-09-22  6:41 ` belyshev at lubercy dot com
  4 siblings, 0 replies; 6+ messages in thread
From: belyshev at lubercy dot com @ 2004-09-22  6:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-09-22 06:41 -------


*** This bug has been marked as a duplicate of 9860 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17600


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-22  6:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-22  6:12 [Bug c/17600] New: Internal compiler error Tobias dot Kranz at bka dot bund dot de
2004-09-22  6:15 ` [Bug c/17600] " Tobias dot Kranz at bka dot bund dot de
2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
2004-09-22  6:18 ` Tobias dot Kranz at bka dot bund dot de
2004-09-22  6:22 ` Tobias dot Kranz at bka dot bund dot de
2004-09-22  6:41 ` belyshev at lubercy dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).