[Bug target/47315] ICE: in extract_insn, at recog.c:2109 (unrecognizable insn) with -mvzeroupper and __attribute__((target(avx)))

2011-06-27 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47315 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added CC

[Bug tree-optimization/49365] 436.cactusADM performance regression

2011-06-14 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49365 --- Comment #5 from Changpeng Fang changpeng.fang at amd dot com 2011-06-14 22:22:11 UTC --- It seems there is a prefetch generation bug on Bulldozer. With -O3 -ffast-math -funroll-loops -fpeel-loops -march=bdver1 -fprefetch-loop-arrays, I got

[Bug target/49089] New: Regression on CFP2006 on Bulldozer From Splitting AVX 32-byte Unaligned Loads

2011-05-20 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49089 Summary: Regression on CFP2006 on Bulldozer From Splitting AVX 32-byte Unaligned Loads Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug target/49089] Regression on CFP2006 on Bulldozer From Splitting AVX 32-byte Unaligned Loads

2011-05-20 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49089 --- Comment #1 from Changpeng Fang changpeng.fang at amd dot com 2011-05-20 18:01:29 UTC --- Apparently, this default option setting should only apply to systems that splitting loads is bebeficial: config/i386/i386.c

[Bug c/48487] New: Multiple Definition of Labels in Inlining Assembler

2011-04-06 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48487 Summary: Multiple Definition of Labels in Inlining Assembler Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2011-01-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #6 from Changpeng Fang changpeng.fang at amd dot com 2011-01-03 21:59:44 UTC --- (In reply to comment #5) Does your glibc have CPU specific optimizations? I don't think so. The OS is SLES 11, SP1. The machine (bobcat) indeed does

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2011-01-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #8 from Changpeng Fang changpeng.fang at amd dot com 2011-01-03 22:30:22 UTC --- Which instructions are missing in Bobcat? At least 3DNow instructions.

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2010-12-23 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added Summary|465.tonto Segmentation |465.tonto

[Bug regression/47037] 465.tonto Segmentation Fault in memset with -fcaller-saves (default at -O2 or higher)

2010-12-23 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #4 from Changpeng Fang changpeng.fang at amd dot com 2010-12-23 18:08:44 UTC --- (In reply to comment #2) Can you supply a simplified test case? The difficulty is that the bug only shows up on a new AMD system (bobcat

[Bug regression/47037] New: 465.tonto Segmentation Fault in memset

2010-12-21 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 Summary: 465.tonto Segmentation Fault in memset Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo:

[Bug regression/47037] 465.tonto Segmentation Fault in memset

2010-12-21 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47037 --- Comment #1 from Changpeng Fang changpeng.fang at amd dot com 2010-12-22 00:55:35 UTC --- Initially I thought it is a glibc bug, but seems it is not: (1) A workaround flag is -fno-caller-saves (2) The compile binary (NOTE: with -static) runs

[Bug fortran/46842] [4.6 Regression] wrong results with MATHMUL(..., TRANSPOSE (func ())) -- 465.tonto test run miscompares

2010-12-10 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46842 --- Comment #22 from Changpeng Fang changpeng.fang at amd dot com 2010-12-10 22:20:26 UTC --- (In reply to comment #21) Does this fix tonto ? The patch fixed the 465.tonto test miscompare when applied to the current gcc 4.6 trunk! Thanks,

[Bug rtl-optimization/46829] ICE: in spill_failure, at reload1.c:2105 with -fschedule-insns -fsched-pressure and variadic function

2010-12-09 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46829 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added CC||vmakarov

[Bug fortran/46842] New: 465.tonto test run miscompares (even with -O0)

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46842 Summary: 465.tonto test run miscompares (even with -O0) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

[Bug rtl-optimization/46829] ICE: in spill_failure, at reload1.c:2105 with -fschedule-insns -fsched-pressure and variadic function

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46829 --- Comment #7 from Changpeng Fang changpeng.fang at amd dot com 2010-12-07 22:42:26 UTC --- If you compile with dispatch scheduling enabled (together with -march=bdver1), both test cases attached PASS. gcc -O2 -fschedule-insns -fsched-pressure

[Bug fortran/46842] 465.tonto test run miscompares (even with -O0)

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46842 --- Comment #2 from Changpeng Fang changpeng.fang at amd dot com 2010-12-07 23:12:23 UTC --- (In reply to comment #1) It does not seem to affect all SPEC testers as Rev. 167317 is already quite some old (= 2010-11-30) and I do not have seen any

[Bug fortran/46842] 465.tonto test run miscompares (even with -O0)

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46842 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/46506] GCC miscompiled 465.tonto in SPEC CPU 2006

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46506 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added CC

[Bug middle-end/46506] GCC miscompiled 465.tonto in SPEC CPU 2006

2010-12-07 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46506 --- Comment #9 from Changpeng Fang changpeng.fang at amd dot com 2010-12-08 00:54:08 UTC --- This is not a optimization bug because it fails with -O0. I am seeking a working src_alt. Thanks.

[Bug rtl-optimization/46829] ICE: in spill_failure, at reload1.c:2105 with -fschedule-insns -fsched-pressure and variadic function

2010-12-06 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46829 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added CC

[Bug rtl-optimization/46793] New: -fschedule-insns causes ICE in compiling zlib/trees.c

2010-12-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46793 Summary: -fschedule-insns causes ICE in compiling zlib/trees.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug rtl-optimization/46793] -fschedule-insns causes ICE in compiling zlib/trees.c

2010-12-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46793 --- Comment #2 from Changpeng Fang changpeng.fang at amd dot com 2010-12-03 20:52:11 UTC --- This bug should be fixed. We are trying to make -fschedule-insns default for x86, and this enablement causes bootstrapping failure at this point

[Bug rtl-optimization/46793] -fschedule-insns causes ICE in compiling zlib/trees.c

2010-12-03 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46793 --- Comment #4 from Changpeng Fang changpeng.fang at amd dot com 2010-12-03 21:24:06 UTC --- Thanks, I understand the issue now. Yes, -fschedule-insns and -fsched-pressure should be a paired options for x86. -fsched-pressure does not solve

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-11-01 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45022 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/45270] CPU2006 435.gromacs: Segmentation fault with -fprofile-generate

2010-10-29 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45270 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/43657] [4.3/4.4/4.5/4.6 Regression] -ftree-loop-linear causes FAIL: gcc.dg/vect/vect-cond-5.c execution test

2010-10-19 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43657 --- Comment #4 from Changpeng Fang changpeng.fang at amd dot com 2010-10-19 21:27:46 UTC --- for (k = 0; k 32; k++) { res = 0; for (j = 0; j 32; j++) for (i = 0; i 32; i++) { next = a[i][j

[Bug tree-optimization/44503] control flow in the middle of basic block with -fprefetch-loop-arrays

2010-10-19 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44503 Changpeng Fang changpeng.fang at amd dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED