GCC-BUG

Kranz, Tobias (BKA-IT07) tobias.kranz@bka.bund.de
Fri Sep 17 11:57:00 GMT 2004


Hello,

according to your Bug-HowTo, here is a one:

--the exact version of GCC:
--the options given when GCC was configured/built:
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)"

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

--the complete command line that triggers the bug:
--the compiler output (error messages, warnings, etc.):
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

--the preprocessed file (*.i*) that triggers the bug, generated by
adding -save-temps to the complete compilation command, or, in the case
of a bug report for the GNAT front end, a complete set of source files :
  <<sysi86.i.bz2>> 
The sources are the vanilla 2.4.27 Kernel plus this patch:
 <<linux-2.4.27-patch.bz2>>  (A "hand-tuned" version of the
"linux-abi-2.4.18.0.patch.bz2". ;-) )

Good Luck with the fixing! ;-)



Mit freundlichen Grüßen
  Tobias Kranz

--
BKA Wiesbaden
IT 07-5 (Intranet, Internettechnik, Aus-/Fortbildung)
Tel: 0611/55-13027

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sysi86.i.bz2
Type: application/octet-stream
Size: 49411 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20040917/b8500419/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linux-2.4.27-patch.bz2
Type: application/octet-stream
Size: 2991 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20040917/b8500419/attachment-0001.obj>


More information about the Gcc-bugs mailing list