This is the mail archive of the gcc-prs@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]

c/5061: current mainstream kernel fails to compile error due to compiler error that happens in ISDN code.



>Number:         5061
>Category:       c
>Synopsis:       current mainstream kernel fails to compile error due to compiler error that happens in ISDN code.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 10 08:06:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     myself
>Release:        gcc version 3.0.1
>Organization:
>Environment:
SuSE 7.3 - kernel source 2.4.16 - kernel setup 4GB-SMP as released by SuSE for 2.4.10 as for Pentium-SMP
>Description:
commandline:
gcc -D__KERNEL__ -I/mnt/hda8/usr/src/linux-2.4.16/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE   -c -o capi.o capi.c

result:
capi.c: In function `capi_ioctl':                                                 
capi.c:1035: Unrecognizable insn:                                                 
(insn/i 1675 3386 3383 (parallel[
[...see attachment...]
capi.c:1035: Internal compiler error in reload_cse_simplify_operands, at reload1.c
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]: *** [capi.o] Error 1
make[2]: *** [_modsubdir_avmb1] Error 2
>How-To-Repeat:
compile the kernel modules again with "make modules".
>Fix:
no fix untill now.
>Release-Note:
>Audit-Trail:
>Unformatted:


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