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]

gcc bug is occured in my system


Hi, my reporting is wrote in following lines ... GCC version %gcc -v Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) The system type Linux sion.ygg.or.jp 2.3.45 #3 Tue Feb 15 07:18:51 JST 2000 i586 unknown (Redhat linux 6.1 japanese version + gcc 2.95.2) All options i passed to the compiler gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -DCPU=586 -march=k6 -c -o init_task.o init_task.c The source code is in linux 2.3.46 kernel source code union task_union init_task_union __attribute__((__section__(".data.init_task"))) = { INIT_TASK(init_task_union.task) }; Error message init_task.c:24: Internal compiler error in `add_pending_init', at c-typeck.c:5867 thanks.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]