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
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
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
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
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
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
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
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
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
: 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
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
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
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.
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
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
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
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.
17 matches
Mail list logo