This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14756] New: [tree-ssa regression][-funit-at-a-time] Linux kernel compilation failed
- From: "arend dot bayer at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Mar 2004 17:37:59 -0000
- Subject: [Bug c/14756] New: [tree-ssa regression][-funit-at-a-time] Linux kernel compilation failed
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compiling kernel 2.6.5-rc2 with "make defconfig; make" fails in kernel/sched.c with the
following message:
kernel/sched.c: In function `schedule':
include/asm/thread_info.h:84: sorry, unimplemented: inlining failed in call to
'current_thread_info': function not considered for inlining
kernel/sched.c:854: sorry, unimplemented: called from here
include/asm/thread_info.h:84: sorry, unimplemented: inlining failed in call to
'current_thread_info': function not considered for inlining
kernel/sched.c:872: sorry, unimplemented: called from here
GCC version is 3.5-tree-ssa 20040327 (merged 20040324), bootstrapped with
configure --disable-checking --enable-languages=c and
CFLAGS=-g -O2 -march-pentium3.
To reproduce:
cc1 -fpreprocessed sched.i -quiet -funit-at-a-time -o sched.s
(It will exit with status 1.)
--
Summary: [tree-ssa regression][-funit-at-a-time] Linux kernel
compilation failed
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: arend dot bayer at web dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14756