[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-20 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #12 from Chen Gang --- I am just comparing the issue code demo and the other 3 correct code demo (the demostrations which del one param, or add one param, or add two params are all correct). I find the issue code contents additonal on

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-16 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #11 from Chen Gang --- It seems, I am really really a newbie !! 1. after append "-gstabs+", can let gdb work well. 2. can use the internal dump_file (dump_start/dump_end) to analyze all information (although I still don't know how to

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-16 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #10 from Chen Gang --- Created attachment 30826 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30826&action=edit (sorry, it is cc1 issue) It is the related command line for cc1 and the summary work flow for gcc-4.8.0 and gcc-4.9.0

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-15 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #9 from Chen Gang --- Created attachment 30825 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30825&action=edit Issue is within xgcc, can exclude cc1 by comparing the summary log between gcc-4.8.0 and gcc-4.9.0. By comparing the

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-15 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #8 from Chen Gang --- For gcc-4.9.0, I got summary trace for it (call stack for cc1, how many the related loopings during calling flow), hope it may be a little useful. (I will do the same thing for gcc-4.8.0, and compare them). And i

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-14 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #7 from Chen Gang --- Created attachment 30821 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30821&action=edit some simple modification based on the reduced .c file. After learning from what you have done, and give a little addi

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-13 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-12 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #5 from Chen Gang --- Created attachment 30813 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30813&action=edit the .i file for fs/namei.c (bzip2 compressed) I put .i file for fs/namei.c which need "bzip2 -d" to decompress.

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-11 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 Chen Gang changed: What|Removed |Added CC||gang.chen at asianux dot com --- Comment #4 f

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-11 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #3 from Chen Gang --- The related command line: /usr/local/bin/h8300-gchen-elf-gcc -Wp,-MD,fs/.namei.o.d -nostdinc -isystem /usr/local/lib/gcc/h8300-gchen-elf/4.9.0/include -I/root/linux-next/arch/h8300/include -Iarch/h8300/includ

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-11 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #2 from Chen Gang --- it is not found in gcc-4.8.0.

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-11 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #1 from Chen Gang --- It is for Linux kernel next-20130828 version. and for the latest Linux kernel, h8/300 has been removed.