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
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
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
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
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
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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400
--- Comment #4 from Chen Gang ---
Created attachment 30812
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30812&action=edit
the .i file for fs/ext4/mballoc.c (bzip2 compressed)
I put .i file in attachment which need "bzip2 -d" to decompress.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58401
--- Comment #5 from Chen Gang ---
Created attachment 30811
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30811&action=edit
the .i file for fs/ocfs2/dlm/dlmrecovery.c (bzip2 compressed)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58401
--- Comment #4 from Chen Gang ---
Created attachment 30810
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30810&action=edit
the .i file for fs/ocfs2/dlm/dlmdomain.c (bzip2 compressed)
I put the related .i files in attachments, which need "bz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58401
--- Comment #3 from Chen Gang ---
It has too many same issues (maybe they are duplicating), if necessary, I will
list them too (non-reply means not need list them).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58401
--- Comment #2 from Chen Gang ---
Alos for "fs/ocfs2/dlm/dlmrecovery.c"
/usr/local/bin/h8300-gchen-elf-gcc -Wp,-MD,fs/ocfs2/dlm/.dlmrecovery.o.d
-nostdinc -isystem /usr/local/lib/gcc/h8300-gchen-elf/4.9.0/include
-I/root/linux-next/arch/h8300
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58401
Chen Gang changed:
What|Removed |Added
CC||gang.chen at asianux dot com
--- Comment #1
ndler'
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gang.chen at asianux dot com
For Linux kernel next-20130828 version
The relat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400
--- Comment #3 from Chen Gang ---
If no opitimization (without -Os), it will be OK.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400
--- Comment #2 from Chen Gang ---
For gcc-4.8.0 and gcc-4.7.4, it has this issue too.
oduct: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gang.chen at asianux dot com
For Linux kernel next-20130828 version:
The command line:
/usr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400
--- Comment #1 from Chen Gang ---
fs/ext4/mballoc.c:1459:1: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:411
0x8e0a95 _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
../../gcc-4.9.0/gcc/
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256
--- Comment #2 from Chen Gang ---
it is not found in gcc-4.8.0.
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.
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gang.chen at asianux dot com
[root@dhcp122 linux-next]# /usr/local/bin/h8300-gchen-elf-gcc -v
Using built-in specs.
COLLECT_GCC=/usr/local/bin/h8300-gchen-elf-gcc
COLLECT_LTO_WRAPPER=/usr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501
--- Comment #64 from Chen Gang ---
(In reply to Manuel López-Ibáñez)
>
Firstly, thank you very much for keeping tracing this bug almost 10 years, and
provided your suggestions as much as possible.
What you have done is valuable to developers (a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856
Chen Gang changed:
What|Removed |Added
Resolution|DUPLICATE |FIXED
--- Comment #7 from Chen Gang ---
(In
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856
--- Comment #5 from Chen Gang ---
(In reply to Andrew Pinski from comment #1)
> I think this is a dup of another bug.
Firstly, thank you reply as soon as possible.
Could you provide the related Bug number ?
Thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856
--- Comment #4 from Chen Gang ---
Created attachment 30480
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30480&action=edit
This attachment is for gcc 4.9.0 from compiling source code (sorry, the
original disassembly code is for red hat 4.7.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856
--- Comment #3 from Chen Gang ---
Created attachment 30479
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30479&action=edit
The related warnings, not find uninitailized warning for lru.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856
Chen Gang changed:
What|Removed |Added
CC||gang.chen at asianux dot com
--- Comment #2
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gang.chen at asianux dot com
Created attachment 30477
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30477&action=edit
Related disassemb
30 matches
Mail list logo