This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16498] New: compilation of Linux Kernel kernel/posix-timer.c hangs enlessly
- From: "hch at lst dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2004 15:10:40 -0000
- Subject: [Bug c/16498] New: compilation of Linux Kernel kernel/posix-timer.c hangs enlessly
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compiler built using crosstool-0.28-rc8's demo-ppc970.sh (gcc 3.4.0, binutils
2.14.90.0.5, glibc 2.3.2), gcc -v output:
hch@dhcppc1:~/linux-2.5$ powerpc64-unknown-linux-gnu-gcc -v
Reading specs from
/opt/crosstool/powerpc64-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/lib/gcc/powerpc64-unknown-linux-gnu/3.4.0/specs
Configured with:
/home/hch/crosstool-0.28-rc8/build/powerpc64-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/gcc-3.4.0/configure
--target=powerpc64-unknown-linux-gnu --host=powerpc-host_unknown-linux-gnu
--prefix=/opt/crosstool/powerpc64-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2
--disable-multilib
--with-sysroot=/opt/crosstool/powerpc64-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/powerpc64-unknown-linux-gnu/sys-root
--with-local-prefix=/opt/crosstool/powerpc64-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/powerpc64-unknown-linux-gnu/sys-root
--disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit
--enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.4.0
when compiling linux kernel 2.6.8-rc1 kernel/posix-timers.c, full compiler
command line:
powerpc64-unknown-linux-gnu-gcc -m64 -Wp,-MD,kernel /.posix-timers.o.d -nostdinc
-iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common -msoft-float -pipe
-Wno-uninitialized -mminimal-toc -mtraceback=none -mcpu=power4 -funit-at-a-time
-O2 -Wdeclaration-after-statement -DKBUILD_BASENAME=posix_timers
-DKBUILD_MODNAME=posix_timers -c -o kernel/posix-timers.o kernel/posix-timers.c
just hangs.
--
Summary: compilation of Linux Kernel kernel/posix-timer.c hangs
enlessly
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hch at lst dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: powerpc-unknown-linux
GCC target triplet: powerpc64-unknown-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16498