This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/36615] gcc-4.3.1 fails to compile linux kernel sk_stream_wait_connect()



------- Comment #5 from hinko dot kocevar at cetrtapot dot si  2008-06-24 11:01 -------
I can reproduce the error with cris toolchain based on gcc 4.4-20080620
snapshot.

hinkok@alala /work/stage/git.br/project_build_cris/uclibc/linux-2.6.25.7 $  
/work/stage/git.br/build_cris/staging_dir/usr/bin/cris-linux-uclibc-gcc
-Wp,-MD,net/core/.stream.o.d  -nostdinc -isystem
/work/stage/git.br/build_cris/staging_dir/usr/bin/../lib/gcc/cris-linux-uclibc/4.4.0/include
-D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Os  -fno-stack-protector -mlinux
-march=v10 -pipe -Iinclude/asm/arch/mach -Iinclude/asm/arch
-fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign   
--sysroot=/work/stage/git.br/build_cris/staging_dir/ -isysroot
/work/stage/git.br/build_cris/staging_dir -I=/usr/include -Os -pipe
-I/work/stage/git.br/build_cris/staging_dir/usr/include -mtune=v10 -march=v10
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stream)" 
-D"KBUILD_MODNAME=KBUILD_STR(stream)" -c -o net/core/stream.o net/core/stream.c
(const_int -13 [0xfffffff3])
net/core/stream.c: In function 'sk_stream_wait_connect':
net/core/stream.c:78: internal compiler error: output_operand: invalid operand
for 'p' modifier
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:
{standard input}:488: Warning: partial line at end of file ignored


hinkok@alala /work/stage/git.br $
/work/stage/git.br/build_cris/staging_dir/usr/bin/cris-linux-uclibc-gcc
--version
cris-linux-uclibc-gcc (GCC) 4.4.0 20080620 (experimental)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]