Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Created attachment 37061
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37061&action=edit
Reproducer
Here is a test reduced from 416.games
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68956
--- Comment #2 from Ilya Enkovich ---
Caused by a misprint. Here is a patch:
--- a/gcc/tree-vect-stmts.c
+++ b/gcc/tree-vect-stmts.c
@@ -1304,8 +1304,8 @@ vect_init_vector (gimple *stmt, tree val, tree type,
gimple_stmt_iterator *gsi)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68956
--- Comment #5 from Ilya Enkovich ---
Author: ienkovich
Date: Fri Dec 18 10:01:02 2015
New Revision: 231811
URL: https://gcc.gnu.org/viewcvs?rev=231811&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/68956
* tree-vect-stmts.c (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68956
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68906
--- Comment #4 from Ilya Enkovich ---
Author: ienkovich
Date: Fri Dec 18 10:16:56 2015
New Revision: 231812
URL: https://gcc.gnu.org/viewcvs?rev=231812&root=gcc&view=rev
Log:
gcc/
2015-12-18 Yuri Rumyantsev
PR tree-optimization/6890
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Created attachment 37102
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37102&action=edit
Reproducer
Attached testcas
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Created attachment 37127
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37127&action=edit
Reproducer
Here is a reduced loop:
for (i = 1; i
: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
int i;
int strncasecmp (char *p1, char *p2, long p3) { return 0; }
int special_command ()
{
if (strncasecmp (0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69010
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jan 11 10:27:17 2016
New Revision: 232216
URL: https://gcc.gnu.org/viewcvs?rev=232216&root=gcc&view=rev
Log:
gcc/
PR target/69010
* expr.c (expand_expr_real_1): F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69010
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68920
--- Comment #7 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jan 11 12:07:31 2016
New Revision: 232220
URL: https://gcc.gnu.org/viewcvs?rev=232220&root=gcc&view=rev
Log:
gcc/
2016-01-11 Yuri Rumyantsev
PR rtl-optimization/68920
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68542
--- Comment #5 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jan 18 14:14:35 2016
New Revision: 232518
URL: https://gcc.gnu.org/viewcvs?rev=232518&root=gcc&view=rev
Log:
gcc/
2016-01-18 Yuri Rumyantsev
PR middle-end/68542
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69328
--- Comment #4 from Ilya Enkovich ---
(In reply to Richard Biener from comment #3)
> > ./cc1 -quiet t.c -O3
> t.c: In function ‘fn1’:
> t.c:2:6: internal compiler error: in vector_compare_rtx, at optabs.c:5290
> void fn1() {
> ^~~
>
> 0xc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69328
--- Comment #5 from Ilya Enkovich ---
This patch works for me:
diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c
index 635c797..9d4d286 100644
--- a/gcc/tree-vect-stmts.c
+++ b/gcc/tree-vect-stmts.c
@@ -7441,6 +7441,10 @@ vect_is_simple
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
I see it starting from r232508.
>cat test.i
int a, b;
int c[1][4];
int fn1() {
int i, j, d;
j = 0;
for (; j <
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69366
--- Comment #1 from Ilya Enkovich ---
Suppose you mean tests related to i386.exp which misses mpx_init call. But
probably runtime tests should be simply moved into mpx subdir.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69328
--- Comment #7 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jan 20 12:37:01 2016
New Revision: 232608
URL: https://gcc.gnu.org/viewcvs?rev=232608&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/69328
* tree-vect-stmts.c (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68920
--- Comment #10 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jan 21 16:05:14 2016
New Revision: 232680
URL: https://gcc.gnu.org/viewcvs?rev=232680&root=gcc&view=rev
Log:
gcc/
2016-01-21 Yuri Rumyantsev
PR rtl-optimization/6892
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69328
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #9 from Ilya Enkovi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421
--- Comment #11 from Ilya Enkovich ---
(In reply to Jakub Jelinek from comment #10)
> Wouldn't a useless_type_conversion_p check be better instead of just testing
> number of elements?
Yep. Will use it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #4 from Ilya Enkovich ---
(In reply to Jakub Jelinek from comment #3)
> I need additional -march=x86-64 to trigger this.
> I'd say either we have to pessimistically assume what the STV pass might be
> doing already during expansion, o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68730
--- Comment #12 from Ilya Enkovich ---
(In reply to Jakub Jelinek from comment #11)
> Reverting r232500 and r232413 results in the miscompilation again. So if
> those changes are optimizations only we have a latent issue.
Those changes fix perf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421
--- Comment #12 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jan 25 12:48:54 2016
New Revision: 232792
URL: https://gcc.gnu.org/viewcvs?rev=232792&root=gcc&view=rev
Log:
gcc/
PR target/69421
* tree-vect-stmts.c (vectorizab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421
Ilya Enkovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #13 from Ilya Enkovich ---
(In reply to Jakub Jelinek from comment #5)
> Already during the expansion TARGET_STV makes quite a big difference, won't
> just disabling the stv pass cause performance regression to -mno-stv?
There is a di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #15 from Ilya Enkovich ---
(In reply to Jakub Jelinek from comment #14)
> Have you tried H.J's patch? If I understand it right, IMHO at least the
> *mov_internal changes look desirable to me after the recent changes
> where misaligne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69052
Ilya Enkovich changed:
What|Removed |Added
CC||ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #19 from Ilya Enkovich ---
(In reply to H.J. Lu from comment #17)
> Do you have a testcase to show that you need to realign stack for STV?
Reproducer for this tracker is such test, right?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #22 from Ilya Enkovich ---
(In reply to H.J. Lu from comment #21)
> In another word, STV needs 128-bit aligned stack only when it generates
> 12-bit vector instructions.
STV never generates such instructions. But RA may spill SSE re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69454
--- Comment #24 from Ilya Enkovich ---
(In reply to H.J. Lu from comment #23)
> (In reply to Ilya Enkovich from comment #22)
> > (In reply to H.J. Lu from comment #21)
> > > In another word, STV needs 128-bit aligned stack only when it generates
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Created attachment 35786
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35786&action=edit
reproducer
There is an ICE which
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65527
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jun 17 07:42:39 2015
New Revision: 224547
URL: https://gcc.gnu.org/viewcvs?rev=224547&root=gcc&view=rev
Log:
gcc/
Backport from mainline r223929.
2015-06-01 Ilya
: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
union jsval_layout
{
void *asPtr;
};
union jsval_layout a;
union jsval_layout b;
union jsval_lay
: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
void (*b) ();
void fn1 (const int *p1)
{
static void *a = &&conv_1234_123C;
conv_1234_123C:
;
}
void fn2 ()
{
b = fn1;
}
>gcc -
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
int a, b, c;
void *set_test () {
if (b)
a ? exit (0) : exit (1);
b = c;
}
>gcc -fcheck-pointer-bounds -mm
gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
struct s1 {
int *p;
int i;
};
struct s2 {
struct s1 s;
int i;
};
int test (struct s2 s, ...) { }
>gcc -fcheck-pointer-bounds -mmpx test.i
test.i: In function 'test.chkp':
tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 65527, which changed state.
Bug 65527 Summary: ICE: in expand_builtin_with_bounds, at builtins.c:7120 with
-fcheck-pointer-bounds -mmpx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65527
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65527
Ilya Enkovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
>cat test.i
void *a;
int b;
void
fn1 (void)
{
void *c = &&l_nop;
l_nop:
for (; b;)
;
int *d = c;
c = fn1;
*d = 1;
goto *a;
}
>gcc -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66567
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jun 18 10:09:22 2015
New Revision: 224600
URL: https://gcc.gnu.org/viewcvs?rev=224600&root=gcc&view=rev
Log:
gcc/
PR middle-end/66567
* ipa-chkp.c (chkp_maybe_cre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66568
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jun 18 10:14:38 2015
New Revision: 224601
URL: https://gcc.gnu.org/viewcvs?rev=224601&root=gcc&view=rev
Log:
gcc/
PR middle-end/66568
* cfgexpand.c (expand_return
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66569
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jun 18 10:18:48 2015
New Revision: 224602
URL: https://gcc.gnu.org/viewcvs?rev=224602&root=gcc&view=rev
Log:
gcc/
PR target/66569
* function.c (assign_bounds): Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66581
--- Comment #1 from Ilya Enkovich ---
Fixed in trunk by r224644.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 65528, which changed state.
Bug 65528 Summary: [mpx] internal compiler error: in expand_expr_addr_expr_1,
at expr.c:7761
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65528
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65528
Ilya Enkovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jul 15 09:56:00 2015
New Revision: 225815
URL: https://gcc.gnu.org/viewcvs?rev=225815&root=gcc&view=rev
Log:
PR testsuite/66734
* gcc.dg/lto/lto.exp: Initialize MP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66734, which changed state.
Bug 66734 Summary: Many MPX tests are skipped
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
--- Comment #1 from Ilya Enkovich ---
Why don't we need it for 32bit? What if we use calling convention allowing args
on registers?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
--- Comment #4 from Ilya Enkovich ---
OK then. Testing this patch now:
diff --git a/gcc/config/i386/linux-common.h b/gcc/config/i386/linux-common.h
index 63dd8d8..232acea 100644
--- a/gcc/config/i386/linux-common.h
+++ b/gcc/config/i386/linux-c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
--- Comment #6 from Ilya Enkovich ---
(In reply to H.J. Lu from comment #5)
> I don't think it is correct. Please see SPEC_64 and SPEC_32 defined
> in gnu-user64.h. You should define MPX_SPEC with SPEC_64 and SPEC_32.
It should be OK since we
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
--- Comment #8 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jul 22 16:24:28 2015
New Revision: 226076
URL: https://gcc.gnu.org/viewcvs?rev=226076&root=gcc&view=rev
Log:
PR driver/66737
* config/i386/linux-common.h (MPX_SPEC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66048
--- Comment #5 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 10:19:03 2015
New Revision: 226098
URL: https://gcc.gnu.org/viewcvs?rev=226098&root=gcc&view=rev
Log:
gcc/
Backport from mainline r223114.
2015-05-13 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66134
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 10:22:21 2015
New Revision: 226099
URL: https://gcc.gnu.org/viewcvs?rev=226099&root=gcc&view=rev
Log:
gcc/
Backport from mainline r223215.
2015-05-15 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66567
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 10:34:48 2015
New Revision: 226100
URL: https://gcc.gnu.org/viewcvs?rev=226100&root=gcc&view=rev
Log:
gcc/
Backport from mainline r224600.
2015-06-18 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66568
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 10:39:26 2015
New Revision: 226101
URL: https://gcc.gnu.org/viewcvs?rev=226101&root=gcc&view=rev
Log:
gcc/
Backport from mainline r224601.
2015-06-18 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66569
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 10:44:19 2015
New Revision: 226102
URL: https://gcc.gnu.org/viewcvs?rev=226102&root=gcc&view=rev
Log:
gcc/
Backport from mainline r224602.
2015-06-18 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66926
--- Comment #5 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 23 11:13:00 2015
New Revision: 226103
URL: https://gcc.gnu.org/viewcvs?rev=226103&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/66926,66951
* tree-vect-loo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66048
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66134, which changed state.
Bug 66134 Summary: [CHKP] ICE: Unable to coalesce ssa_names 18 and 17 which are
marked as MUST COALESCE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66134
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66048, which changed state.
Bug 66048 Summary: [i386] ICE in create_pre_exit when both AVX and MPX are used
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66048
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66567
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66134
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66567, which changed state.
Bug 66567 Summary: [CHKP] internal compiler error: in assign_parms
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66567
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66568
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66568, which changed state.
Bug 66568 Summary: [CHKP] internal compiler error: in expand_expr_addr_expr_1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66568
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66569, which changed state.
Bug 66569 Summary: [CHKP] internal compiler error: in assign_by_spills
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66569
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66569
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66737, which changed state.
Bug 66737 Summary: ld: warning: -z bndplt ignored
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
Ilya Enkovich changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
Bug 66734 depends on bug 66737, which changed state.
Bug 66737 Summary: ld: warning: -z bndplt ignored
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66734, which changed state.
Bug 66734 Summary: Many MPX tests are skipped
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66566
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Fri Jul 24 13:15:49 2015
New Revision: 226155
URL: https://gcc.gnu.org/viewcvs?rev=226155&root=gcc&view=rev
Log:
gcc/
PR ipa/66566
* ipa-inline-analysis.c (estimate_c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66566
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Fri Jul 24 13:25:06 2015
New Revision: 226156
URL: https://gcc.gnu.org/viewcvs?rev=226156&root=gcc&view=rev
Log:
gcc/
Backport from mainline r226155.
2015-07-24 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66566
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66581
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66581, which changed state.
Bug 66581 Summary: [CHKP] internal compiler error: SSA corruption
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66581
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 66566, which changed state.
Bug 66566 Summary: [CHKP] ICE in early_inliner: internal compiler error: in
operator[], at vec.h:714
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66566
What|Removed
||2015-08-31
Assignee|unassigned at gcc dot gnu.org |ienkovich at gcc dot
gnu.org
Ever confirmed|0 |1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67405
--- Comment #1 from Ilya Enkovich ---
Author: ienkovich
Date: Tue Sep 1 14:38:42 2015
New Revision: 227373
URL: https://gcc.gnu.org/viewcvs?rev=227373&root=gcc&view=rev
Log:
gcc/
PR target/67405
* tree-chkp.c (chkp_find_bound_s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67405
Ilya Enkovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jun 20 11:35:02 2016
New Revision: 237592
URL: https://gcc.gnu.org/viewcvs?rev=237592&root=gcc&view=rev
Log:
gcc/
Backport from mainline r237484.
2016-06-15 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Severity: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
Here is a small test causing ICE:
>cat small.cc
class c1
{
public:
virtual int fn1 () const;
int fn2 (co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488
--- Comment #11 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jun 22 14:05:55 2016
New Revision: 237706
URL: https://gcc.gnu.org/viewcvs?rev=237706&root=gcc&view=rev
Log:
gcc/
PR middle-end/71488
* tree-vect-patterns.c (vec
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ienkovich at gcc dot gnu.org
Target Milestone: ---
There is a regression introduced by r236274.
>cat small.i
class c1
{
virtual void fn1 ();
};
class c2
{
virtual int *fn2 () co
||2016-06-27
CC||ienkovich at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |ienkovich at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Ilya Enkovich ---
Confirm. Caused
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70729
--- Comment #27 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jun 29 10:16:43 2016
New Revision: 237844
URL: https://gcc.gnu.org/viewcvs?rev=237844&root=gcc&view=rev
Log:
gcc/
2016-06-29 Yuri Rumyantsev
PR tree-optimization/707
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71655
Ilya Enkovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488
Bug 71488 depends on bug 71655, which changed state.
Bug 71655 Summary: [7 Regression] GCC trunk ICE on westmere target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71655
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71655
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jun 29 12:26:40 2016
New Revision: 237846
URL: https://gcc.gnu.org/viewcvs?rev=237846&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/71655
* tree-vect-stmts.c (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71518
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jul 6 14:37:26 2016
New Revision: 238055
URL: https://gcc.gnu.org/viewcvs?rev=238055&root=gcc&view=rev
Log:
gcc/
2016-07-06 Yuri Rumyantsev
PR tree-optimization/7151
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71624
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Thu Jul 7 11:45:11 2016
New Revision: 238086
URL: https://gcc.gnu.org/viewcvs?rev=238086&root=gcc&view=rev
Log:
gcc/
PR ipa/71624
* ipa-inline-analysis.c (compute_in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71518
--- Comment #4 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jul 11 15:21:20 2016
New Revision: 238212
URL: https://gcc.gnu.org/viewcvs?rev=238212&root=gcc&view=rev
Log:
2016-07-11 Yuri Rumyantsev
Backport from mainline r238055.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71633
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jul 13 11:02:15 2016
New Revision: 238290
URL: https://gcc.gnu.org/viewcvs?rev=238290&root=gcc&view=rev
Log:
gcc/
PR ipa/71633
* ipa-inline-transform.c (inline_ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71633
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71624
--- Comment #4 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jul 13 12:19:44 2016
New Revision: 238295
URL: https://gcc.gnu.org/viewcvs?rev=238295&root=gcc&view=rev
Log:
gcc/
Backport from mainline r238086.
2016-07-07 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71624
Ilya Enkovich changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
301 - 400 of 408 matches
Mail list logo