[Bug tree-optimization/68956] New: [6 regression] Vectorizer miscompilation of 416.gamess

2015-12-17 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/68956] [6 regression] Vectorizer miscompilation of 416.gamess

2015-12-17 Thread ienkovich at gcc dot gnu.org
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)

[Bug tree-optimization/68956] [6 regression] Vectorizer miscompilation of 416.gamess

2015-12-18 Thread ienkovich at gcc dot gnu.org
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 (

[Bug tree-optimization/68956] [6 regression] Vectorizer miscompilation of 416.gamess

2015-12-18 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68956 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/68906] [6 Regression] ICE at -O3 on x86_64-linux-gnu: verify_ssa failed

2015-12-18 Thread ienkovich at gcc dot gnu.org
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

[Bug target/69010] New: Boolean vector constant with a scalar mode is expanded incorrectly

2015-12-22 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/69042] New: [6 regression] Missed optimization in ivopts

2015-12-24 Thread ienkovich at gcc dot gnu.org
-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

[Bug ipa/69044] New: [6 regression] [CHKP] internal compiler error: in duplicate_thunk_for_node

2015-12-24 Thread ienkovich at gcc dot gnu.org
: 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

[Bug target/69010] Boolean vector constant with a scalar mode is expanded incorrectly

2016-01-11 Thread ienkovich at gcc dot gnu.org
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

[Bug target/69010] Boolean vector constant with a scalar mode is expanded incorrectly

2016-01-11 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69010 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/68920] [6 Regression] Undesirable if-conversion for a rarely taken branch

2016-01-11 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/68542] [6 Regression] 10% 481.wrf performance regression

2016-01-18 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/69328] [6 Regression] ice in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1379 with -O3

2016-01-18 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/69328] [6 Regression] ice in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1379 with -O3

2016-01-18 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/69358] New: [6 regression] internal compiler error: in equal_mem_array_ref_p

2016-01-19 Thread ienkovich at gcc dot gnu.org
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 <

[Bug testsuite/69366] All MPX tests are unsupported

2016-01-20 Thread ienkovich at gcc dot gnu.org
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.

[Bug tree-optimization/69328] [6 Regression] ice in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1379 with -O3

2016-01-20 Thread ienkovich at gcc dot gnu.org
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 (

[Bug rtl-optimization/68920] [6 Regression] Undesirable if-conversion for a rarely taken branch

2016-01-21 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/69328] [6 Regression] ice in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1379 with -O3

2016-01-22 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69328 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/69421] [6 Regression] ICE in maybe_legitimize_operand, at optabs.c:6888 with -O3

2016-01-22 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421 Ilya Enkovich changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #9 from Ilya Enkovi

[Bug target/69421] [6 Regression] ICE in maybe_legitimize_operand, at optabs.c:6888 with -O3

2016-01-22 Thread ienkovich at gcc dot gnu.org
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.

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-25 Thread ienkovich at gcc dot gnu.org
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

[Bug rtl-optimization/68730] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 32-bit mode)

2016-01-25 Thread ienkovich at gcc dot gnu.org
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

[Bug target/69421] [6 Regression] ICE in maybe_legitimize_operand, at optabs.c:6888 with -O3

2016-01-25 Thread ienkovich at gcc dot gnu.org
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

[Bug target/69421] [6 Regression] ICE in maybe_legitimize_operand, at optabs.c:6888 with -O3

2016-01-25 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69421 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-26 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-26 Thread ienkovich at gcc dot gnu.org
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

[Bug rtl-optimization/69052] [6 Regression] Performance regression after r229402.

2016-01-26 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69052 Ilya Enkovich changed: What|Removed |Added CC||ienkovich at gcc dot gnu.org

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-26 Thread 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?

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-26 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/69454] [6 Regression] ix86_expand_prologue internal compiler error: Segmentation fault

2016-01-26 Thread ienkovich at gcc dot gnu.org
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

[Bug debug/66550] New: [6 Regression] internal compiler error: verify_type failed

2015-06-15 Thread ienkovich at gcc dot gnu.org
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

[Bug target/65527] ICE: in expand_builtin_with_bounds, at builtins.c:7120 with -fcheck-pointer-bounds -mmpx

2015-06-17 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/66566] New: [CHKP] ICE in early_inliner: internal compiler error: in operator[], at vec.h:714

2015-06-17 Thread ienkovich at gcc dot gnu.org
: 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

[Bug middle-end/66567] New: [CHKP] internal compiler error: in assign_parms

2015-06-17 Thread ienkovich at gcc dot gnu.org
: 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 -

[Bug middle-end/66568] New: [CHKP] internal compiler error: in expand_expr_addr_expr_1

2015-06-17 Thread ienkovich at gcc dot gnu.org
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

[Bug target/66569] New: [CHKP]

2015-06-17 Thread ienkovich at gcc dot gnu.org
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

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-06-17 Thread ienkovich at gcc dot gnu.org
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

[Bug target/65527] ICE: in expand_builtin_with_bounds, at builtins.c:7120 with -fcheck-pointer-bounds -mmpx

2015-06-17 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65527 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/66581] New: [CHKP] internal compiler error: SSA corruption

2015-06-18 Thread ienkovich at gcc dot gnu.org
: 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 -

[Bug middle-end/66567] [CHKP] internal compiler error: in assign_parms

2015-06-18 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66568] [CHKP] internal compiler error: in expand_expr_addr_expr_1

2015-06-18 Thread ienkovich at gcc dot gnu.org
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

[Bug target/66569] [CHKP] internal compiler error: in assign_by_spills

2015-06-18 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66581] [CHKP] internal compiler error: SSA corruption

2015-06-19 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66581 --- Comment #1 from Ilya Enkovich --- Fixed in trunk by r224644.

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-06-25 Thread ienkovich at gcc dot gnu.org
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

[Bug other/65528] [mpx] internal compiler error: in expand_expr_addr_expr_1, at expr.c:7761

2015-06-25 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65528 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/66734] Many MPX tests are skipped

2015-07-15 Thread ienkovich at gcc dot gnu.org
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

[Bug testsuite/66734] Many MPX tests are skipped

2015-07-15 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-15 Thread ienkovich at gcc dot gnu.org
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 -

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-16 Thread ienkovich at gcc dot gnu.org
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?

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-16 Thread ienkovich at gcc dot gnu.org
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

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-16 Thread ienkovich at gcc dot gnu.org
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

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-22 Thread ienkovich at gcc dot gnu.org
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

[Bug rtl-optimization/66048] [i386] ICE in create_pre_exit when both AVX and MPX are used

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66134] [CHKP] ICE: Unable to coalesce ssa_names 18 and 17 which are marked as MUST COALESCE

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66567] [CHKP] internal compiler error: in assign_parms

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66568] [CHKP] internal compiler error: in expand_expr_addr_expr_1

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug target/66569] [CHKP] internal compiler error: in assign_by_spills

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/66926] [6 regression] FAIL: gfortran.dg/graphite/vect-pr40979.f90 -O (internal compiler error)

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug rtl-optimization/66048] [i386] ICE in create_pre_exit when both AVX and MPX are used

2015-07-23 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66048 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-23 Thread ienkovich at gcc dot gnu.org
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 ---

[Bug middle-end/66567] [CHKP] internal compiler error: in assign_parms

2015-07-23 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66567 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/66134] [CHKP] ICE: Unable to coalesce ssa_names 18 and 17 which are marked as MUST COALESCE

2015-07-23 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66134 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/66568] [CHKP] internal compiler error: in expand_expr_addr_expr_1

2015-07-23 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66568 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-23 Thread ienkovich at gcc dot gnu.org
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 -

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-23 Thread ienkovich at gcc dot gnu.org
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

[Bug target/66569] [CHKP] internal compiler error: in assign_by_spills

2015-07-23 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66569 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-24 Thread ienkovich at gcc dot gnu.org
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 -

[Bug testsuite/66734] Many MPX tests are skipped

2015-07-24 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734 Ilya Enkovich changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug driver/66737] ld: warning: -z bndplt ignored

2015-07-24 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/66734] Many MPX tests are skipped

2015-07-24 Thread ienkovich at gcc dot gnu.org
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 -

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-24 Thread ienkovich at gcc dot gnu.org
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 -

[Bug ipa/66566] [CHKP] ICE in early_inliner: internal compiler error: in operator[], at vec.h:714

2015-07-24 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/66566] [CHKP] ICE in early_inliner: internal compiler error: in operator[], at vec.h:714

2015-07-24 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/66566] [CHKP] ICE in early_inliner: internal compiler error: in operator[], at vec.h:714

2015-07-24 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66566 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/66581] [CHKP] internal compiler error: SSA corruption

2015-07-24 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66581 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-24 Thread ienkovich at gcc dot gnu.org
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 -

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-07-24 Thread ienkovich at gcc dot gnu.org
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

[Bug target/67405] ICE on invalid use of struct on x86_64-linux-gnu

2015-08-31 Thread ienkovich at gcc dot gnu.org
||2015-08-31 Assignee|unassigned at gcc dot gnu.org |ienkovich at gcc dot gnu.org Ever confirmed|0 |1

[Bug target/67405] ICE on invalid use of struct on x86_64-linux-gnu

2015-09-01 Thread ienkovich at gcc dot gnu.org
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

[Bug target/67405] ICE on invalid use of struct on x86_64-linux-gnu

2015-09-02 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67405 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/71529] [7 regression][CHKP] ICE in expand_expr_real_1

2016-06-20 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/71529] [7 regression][CHKP] ICE in expand_expr_real_1

2016-06-20 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/71624] New: [6 regression][7 regression][CHKP] internal compiler error: in duplicate_thunk_for_node

2016-06-22 Thread ienkovich at gcc dot gnu.org
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

[Bug middle-end/71488] [6/7 Regression] Wrong code for vector comparisons with ivybridge and westmere targets

2016-06-22 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/71633] New: [7 regression][CHKP] internal compiler error: in inline_call

2016-06-23 Thread ienkovich at gcc dot gnu.org
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

[Bug target/71655] GCC trunk ICE on westmere target

2016-06-27 Thread ienkovich at gcc dot gnu.org
||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

[Bug tree-optimization/70729] Loop marked with omp simd pragma is not vectorized

2016-06-29 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/71655] [7 Regression] GCC trunk ICE on westmere target

2016-06-29 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71655 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71488] [6 Regression] Wrong code for vector comparisons with ivybridge and westmere targets

2016-06-29 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/71655] [7 Regression] GCC trunk ICE on westmere target

2016-06-29 Thread ienkovich at gcc dot gnu.org
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 (

[Bug tree-optimization/71518] [6/7 Regression] wrong code at -O3 on x86_64-linux-gnu in 64-bit mode (not in 32-bit mode)

2016-07-06 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/71624] [6/7 regression][CHKP] internal compiler error: in duplicate_thunk_for_node

2016-07-07 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/71518] [6 Regression] wrong code at -O3 on x86_64-linux-gnu in 64-bit mode (not in 32-bit mode)

2016-07-11 Thread ienkovich at gcc dot gnu.org
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.

[Bug ipa/71633] [7 regression][CHKP] internal compiler error: in inline_call

2016-07-13 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/71633] [7 regression][CHKP] internal compiler error: in inline_call

2016-07-13 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71633 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/71624] [6 regression][CHKP] internal compiler error: in duplicate_thunk_for_node

2016-07-13 Thread ienkovich at gcc dot gnu.org
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

[Bug ipa/71624] [6 regression][CHKP] internal compiler error: in duplicate_thunk_for_node

2016-07-13 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71624 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    1   2   3   4   5   >