[Bug target/69403] New: Wrong thumb2_ior_scc_strict_it insn pattern.

2016-01-20 Thread shenhan at google dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: shenhan at google dot com Target Milestone: --- Created attachment 37415 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37415=edit Test case For the attached case.c, "armv7a-cros-linux-gnueabi-gcc -march=arm

[Bug c/69256] New: Need to get rid of "Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8"

2016-01-12 Thread shenhan at google dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: shenhan at google dot com Target Milestone: --- Created attachment 37323 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37323=edit te

[Bug target/63634] New: Compiler generated R_AARCH64_TLSLE_ADD_TPREL_HI12/LO12 pair overflowed by large TP offset

2014-10-23 Thread shenhan at google dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: shenhan at google dot com CC: jingyu at google dot com, shenhan at google dot com Target: aarch64 Created attachment 33798 -- https

[Bug inline-asm/60140] New: Cross compiler i386 atom fails - divtf3.c

2014-02-10 Thread shenhan at google dot com
-asm Assignee: unassigned at gcc dot gnu.org Reporter: shenhan at google dot com CC: llozano at google dot com, wmi at google dot com Created attachment 32099 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32099action=edit test case Note - this only fails

[Bug rtl-optimization/60141] New: ICE in i386.c distance_non_agu_define_in_bb

2014-02-10 Thread shenhan at google dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: shenhan at google dot com CC: llozano at google dot com, tejohnson at google dot com This only fails for google/gcc-4_8 To reproduce - configure: ~/gcc.git/configure --disable-bootstrap

[Bug rtl-optimization/56847] [4.8/4.9 Regression] '-fpie' triggers - internal compiler error: in gen_add2_insn, at optabs.c:4705

2013-04-17 Thread shenhan at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56847 --- Comment #8 from Han Shen shenhan at google dot com 2013-04-17 23:42:22 UTC --- Hi, any progress on this? Thanks!

[Bug rtl-optimization/56847] New: '-fpie' triggers - internal compiler error: in gen_add2_insn, at optabs.c:4705

2013-04-04 Thread shenhan at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56847 Bug #: 56847 Summary: '-fpie' triggers - internal compiler error: in gen_add2_insn, at optabs.c:4705 Classification: Unclassified Product: gcc Version: 4.8.1

[Bug rtl-optimization/56847] '-fpie' triggers - internal compiler error: in gen_add2_insn, at optabs.c:4705

2013-04-04 Thread shenhan at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56847 --- Comment #1 from Han Shen shenhan at google dot com 2013-04-04 23:31:02 UTC --- Created attachment 29807 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29807 test case

[Bug c/55060] New: False un-initialized variable warnings

2012-10-24 Thread shenhan at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55060 Bug #: 55060 Summary: False un-initialized variable warnings Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/55060] False un-initialized variable warnings

2012-10-24 Thread shenhan at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55060 --- Comment #2 from Han Shen shenhan at google dot com 2012-10-24 17:55:40 UTC --- Yeah, I think value of i is never used.