[Bug target/71112] [6 Regression] ICE with -fpie on aarch64 ILP32 big-endian

2017-07-06 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71112 --- Comment #10 from hs.naveen2u at gmail dot com --- Committed to gcc-6-branch as https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=250014

[Bug target/71112] [6 Regression] ICE with -fpie on aarch64 ILP32 big-endian

2017-07-06 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71112 --- Comment #11 from hs.naveen2u at gmail dot com --- Committed to gcc-6-branch as https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=250014

[Bug middle-end/31096] a*C == b*C where C is a constant is not optimized to a == b

2016-11-24 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31096 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug testsuite/77635] load/store pair testcases need to use -mcpu=generic

2016-11-24 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77635 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug testsuite/77634] some vectorized testcases fail with -mcpu=thunderx

2016-11-24 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77634 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug target/71727] -O3 -mstrict-align produces code which assumes unaligned vector accesses work

2016-12-06 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71727 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug target/71112] [6/7 Regression] ICE with -fpie on aarch64 ILP32 big-endian

2016-12-07 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71112 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug target/78382] ICE when compiling on aarch64 in ILP32 mode with traditional thread local storage and pic

2016-12-07 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78382 --- Comment #2 from hs.naveen2u at gmail dot com --- Fixed and Committed as:- https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=243428

[Bug target/78002] gcc.target/aarch64/stack-checking.c ICEs with -mabi=ilp32

2016-11-17 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78002 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug middle-end/67285] New: ICE with (rdiv (POW:s @0 REAL_CST@1) @0)

2015-08-19 Thread hs.naveen2u at gmail dot com
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: hs.naveen2u at gmail dot com Target Milestone: --- The following pattern should work as expected:- + /* Simplify pow(x,c) / x -> pow(x,c-1). */ + (simplify + (rdiv (POW:s @0 REAL_CST@1) @0) + (if (!TREE_OVERFLOW

[Bug middle-end/67285] ICE with (rdiv (POW:s @0 REAL_CST@1) @0)

2015-08-20 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67285 --- Comment #2 from hs.naveen2u at gmail dot com --- Created attachment 36226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36226&action=edit Testcase to reproduce the issue aarch64-thunder-elf-gcc pr67285.c -O2 -funsa

[Bug tree-optimization/67306] New: Patterns ICEs when moved using "simplify and match"

2015-08-21 Thread hs.naveen2u at gmail dot com
iority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hs.naveen2u at gmail dot com Target Milestone: --- Created attachment 36232 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36232&action=edit Testcase to reproduce the issue Hi

[Bug tree-optimization/67306] Patterns ICEs when moved using "simplify and match"

2015-08-24 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67306 --- Comment #3 from hs.naveen2u at gmail dot com --- Thanks for the patch. It fixes the Segmentation Fault issue and generates expected results. Tested the patch on X86_64 and AArch64 with no new regressions.

[Bug tree-optimization/67404] New: gcc.dg/builtins-11.c FAILS for the pattern sqrt(x) * sqrt(x)

2015-08-30 Thread hs.naveen2u at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hs.naveen2u at gmail dot com Target Milestone: --- The patch responsilble for the issue is:- https://gcc.gnu.org/ml/gcc-cvs/2015-08/msg00592.html https://gcc.gnu.org/ml/gcc

[Bug tree-optimization/67351] Missed optimisation on 64-bit field compared to 32-bit

2015-09-01 Thread hs.naveen2u at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67351 --- Comment #8 from hs.naveen2u at gmail dot com --- Patch that implements the optimization referred by Richard and Andrew. https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00014.html

[Bug demangler/105039] rust demangler stack overflow

2022-06-27 Thread hs.naveen2u at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105039 hs.naveen2u at gmail dot com changed: What|Removed |Added CC||hs.naveen2u at gmail dot

[Bug demangler/105039] rust demangler stack overflow

2022-07-03 Thread hs.naveen2u at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105039 --- Comment #6 from hs.naveen2u at gmail dot com --- Thanks very much for committing the patch.