https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734
--- Comment #5 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jul 18 14:30:20 2016
New Revision: 238435
URL: https://gcc.gnu.org/viewcvs?rev=238435&root=gcc&view=rev
Log:
gcc/
2016-07-18 Yuri Rumyantsev
PR tree-optimization/7173
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Here is a reproducer:
>cat small.i
int a;
int *b;
static void __attribute__((noinline))
fn2 (const char *c)
{
if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657
--- Comment #1 from Ilya Enkovich ---
Looks like it is caused by remained direct fndecl comparisons in checker code.
Usage of chkp_gimple_call_builtin_p everywhere should fix it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657
--- Comment #3 from Ilya Enkovich ---
(In reply to H.J. Lu from comment #2)
> Will it also fix PR 72683?
Yes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72683
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 28 12:58:37 2016
New Revision: 238816
URL: https://gcc.gnu.org/viewcvs?rev=238816&root=gcc&view=rev
Log:
gcc/
PR middle-end/72657
PR target/72683
* tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657
--- Comment #4 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 28 12:58:37 2016
New Revision: 238816
URL: https://gcc.gnu.org/viewcvs?rev=238816&root=gcc&view=rev
Log:
gcc/
PR middle-end/72657
PR target/72683
* tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72657
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734
--- Comment #10 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 28 14:19:18 2016
New Revision: 238817
URL: https://gcc.gnu.org/viewcvs?rev=238817&root=gcc&view=rev
Log:
gcc/
2016-07-28 Yuri Rumyantsev
PR tree-optimization/717
401 - 408 of 408 matches
Mail list logo