[Bug tree-optimization/71361] New: [7 Regression] Changes in ivopts caused perf regression on x86

2016-05-31 Thread iverbin at gcc dot gnu.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org CC: amker.cheng at gmail dot com, izamyatin at gmail dot com, kyukhin at gcc dot gnu.org Target Milestone

[Bug target/71088] New: [i386, AVX-512, Perf] vpermi2ps instead of vpermps emitted

2016-05-12 Thread iverbin at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org CC: ienkovich at gcc dot gnu.org, izamyatin at gmail dot com, kyukhin at gcc dot gnu.org, ubizjak at gmail dot com Target

[Bug other/69582] [meta-bug] Cilk+

2016-04-20 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582 Bug 69582 depends on bug 69363, which changed state. Bug 69363 Summary: ICE when doing a pragma simd reduction with max https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 What|Removed |Added

[Bug c++/69363] ICE when doing a pragma simd reduction with max

2016-04-20 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution

[Bug c++/69363] ICE when doing a pragma simd reduction with max

2016-04-20 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 --- Comment #6 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Apr 20 15:48:53 2016 New Revision: 235290 URL: https://gcc.gnu.org/viewcvs?rev=235290=gcc=rev Log: Fix PR c++/69363 gcc/c-family/ PR c++/69363 * c

[Bug middle-end/70506] New: [CilkPlus] error: location references block not in block tree

2016-04-01 Thread iverbin at gcc dot gnu.org
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org Target Milestone: --- $ cat test.c void foo () { int i, x = 0; _Cilk_for (i = 0; i < 100; i++) x++; _Cilk_

[Bug testsuite/64177] Various cilk+ testsuite failures

2016-03-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64177 --- Comment #2 from iverbin at gcc dot gnu.org --- Actually, only 3 tests require 2+ workers (they fail with export CILK_NWORKERS=1): FAIL: c-c++-common/cilk-plus/CK/spawning_arg.c FAIL: c-c++-common/cilk-plus/CK/steal_check.c FAIL: g++.dg/cilk

[Bug testsuite/64177] Various cilk+ testsuite failures

2016-03-28 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64177 iverbin at gcc dot gnu.org changed: What|Removed |Added CC||iverbin at gcc dot gnu.org

[Bug driver/68463] Offloading fails when some objects are compiled with LTO and some without

2016-02-25 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68463 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug driver/68463] Offloading fails when some objects are compiled with LTO and some without

2016-02-25 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68463 --- Comment #4 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Thu Feb 25 12:23:52 2016 New Revision: 233712 URL: https://gcc.gnu.org/viewcvs?rev=233712=gcc=rev Log: gcc/ PR driver/68463 * config/gnu-user.h

[Bug c++/69363] ICE when doing a pragma simd reduction with max

2016-02-17 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #5 from

[Bug c++/69363] ICE when doing a pragma simd reduction with max

2016-02-16 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3

[Bug c++/69363] ICE when doing a pragma simd reduction with max

2016-02-15 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363 iverbin at gcc dot gnu.org changed: What|Removed |Added CC||iverbin at gcc dot gnu.org

[Bug libgomp/69607] undefined reference to MAIN__._omp_fn.0 in atomic_capture-1.f with -flto

2016-02-04 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69607 --- Comment #7 from iverbin at gcc dot gnu.org --- I believe we should drop support of offloading without linker plugin.

[Bug libgomp/69607] undefined reference to MAIN__._omp_fn.0 in atomic_capture-1.f with -flto

2016-02-04 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69607 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2016-01-02 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090 iverbin at gcc dot gnu.org changed: What|Removed |Added CC||iverbin at gcc dot gnu.org

[Bug driver/68463] Offloading fails when some objects are compiled with LTO and some without

2015-11-30 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68463 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed

[Bug other/68463] New: Offloading fails when some objects are compiled with LTO and some without

2015-11-20 Thread iverbin at gcc dot gnu.org
: openacc, openmp Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org Target Milestone: --- The reproducer: $ cat foo.c void foo () { #pragma omp target ; } $ cat bar.c void

[Bug other/67652] liboffloadmic/runtime/offload_engine.cpp:176: strange expression in sizeof ?

2015-09-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67652 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug other/67652] liboffloadmic/runtime/offload_engine.cpp:176: strange expression in sizeof ?

2015-09-28 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67652 --- Comment #3 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Mon Sep 28 16:10:16 2015 New Revision: 228210 URL: https://gcc.gnu.org/viewcvs?rev=228210=gcc=rev Log: PR other/67652 liboffloadmic/ * runtime

[Bug c/67652] liboffloadmic/runtime/offload_engine.cpp:176: strange expression in sizeof ?

2015-09-21 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67652 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug libgomp/66950] FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test

2015-08-30 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66950 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[Bug libgomp/66950] FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execution test

2015-07-22 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66950 --- Comment #1 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Jul 22 17:19:31 2015 New Revision: 226080 URL: https://gcc.gnu.org/viewcvs?rev=226080root=gccview=rev Log: 2015-07-22 Maxim Blumenthal maxim.blument...@intel.com

[Bug libgomp/65338] Offloading from DSO is broken after OpenACC merge to trunk

2015-04-07 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65338 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug libgomp/65338] New: [5 Regression] Offloading from DSO is broken after OpenACC merge to trunk

2015-03-06 Thread iverbin at gcc dot gnu.org
Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org CC: jakub at gcc dot gnu.org, kyukhin at gcc dot gnu.org, tschwinge at gcc dot gnu.org The testcase: + test.c

[Bug lto/63923] FAIL: libgomp.c/examples-4/e.50.1.c (test for excess errors)

2015-01-30 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63923 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto does not exist.

2015-01-16 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64605 --- Comment #2 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Fri Jan 16 11:29:54 2015 New Revision: 219722 URL: https://gcc.gnu.org/viewcvs?rev=219722root=gccview=rev Log: PR testsuite/64605 libatomic/ * testsuite/lib

[Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto does not exist.

2015-01-16 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64605 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto does not exist.

2015-01-14 Thread iverbin at gcc dot gnu.org
Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org A fix for check_effective_target_lto (r219606) caused an ERROR

[Bug middle-end/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2015-01-08 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #19 from iverbin at gcc dot gnu.org --- (In reply to iverbin from comment #18) It seems that the problem with offload is that -fPIC option is passed to the offload compiler, but not passed to the host compiler. If I add -fPIC

[Bug middle-end/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-31 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #18 from iverbin at gcc dot gnu.org --- (In reply to Uroš Bizjak from comment #17) The x86 backend did survive many years just fine, so I think offload should be fixed to follow approach that generic middle-end takes. The testcase I

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #4 from iverbin at gcc dot gnu.org --- (In reply to H.J. Lu from comment #3) (In reply to iverbin from comment #2) (In reply to H.J. Lu from comment #1) (In reply to iverbin from comment #0) To reproduce using Intel Xeon Phi

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #5 from iverbin at gcc dot gnu.org --- Created attachment 34350 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34350action=edit Source code

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #6 from iverbin at gcc dot gnu.org --- Created attachment 34351 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34351action=edit pr64412.s

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #9 from iverbin at gcc dot gnu.org --- (In reply to H.J. Lu from comment #8) Created attachment 34357 [details] A patch Can you try this? Thank you, e.53.5.c now passed. However for-3.c and for-11.C still fails with another

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #10 from iverbin at gcc dot gnu.org --- Created attachment 34359 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34359action=edit pr64412_2.c

[Bug target/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-29 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #11 from iverbin at gcc dot gnu.org --- Created attachment 34360 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34360action=edit pr64412_2.s

[Bug lto/64412] New: [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-26 Thread iverbin at gcc dot gnu.org
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: iverbin at gcc dot gnu.org CC: bernds at gcc dot gnu.org, hubicka at gcc dot gnu.org, kyukhin at gcc dot gnu.org, tschwinge at gcc dot gnu.org After

[Bug lto/63923] FAIL: libgomp.c/examples-4/e.50.1.c (test for excess errors)

2014-12-26 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63923 iverbin at gcc dot gnu.org changed: What|Removed |Added CC||iverbin at gcc dot gnu.org

[Bug lto/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2014-12-26 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #2 from iverbin at gcc dot gnu.org --- (In reply to H.J. Lu from comment #1) (In reply to iverbin from comment #0) To reproduce using Intel Xeon Phi emulation: 1. Build offload and host compilers as described in https

[Bug regression/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-19 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 --- Comment #6 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Nov 19 13:52:12 2014 New Revision: 217773 URL: https://gcc.gnu.org/viewcvs?rev=217773root=gccview=rev Log: PR regression/63868 * cgraph.c (cgraph_node::create

[Bug regression/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-17 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 iverbin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed

[Bug bootstrap/63853] [5.0 Regression] The use of strchrnul breaks bootstrap on x86_64-apple-darwin14.

2014-11-13 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63853 --- Comment #12 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Thu Nov 13 22:06:15 2014 New Revision: 217524 URL: https://gcc.gnu.org/viewcvs?rev=217524root=gccview=rev Log: 2014-11-13 Dominique Dhumieres domi...@lps.ens.fr PR

[Bug rtl-optimization/63618] CSE at IRA pass delete SET_GOT which is used later

2014-10-23 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63618 --- Comment #5 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Thu Oct 23 16:52:11 2014 New Revision: 216596 URL: https://gcc.gnu.org/viewcvs?rev=216596root=gccview=rev Log: PR target/63534 PR target/63618 gcc/ * cse.c

[Bug target/63534] [5 Regression] Bootstrap failure on x86_64/i686-linux

2014-10-23 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #37 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Thu Oct 23 16:52:11 2014 New Revision: 216596 URL: https://gcc.gnu.org/viewcvs?rev=216596root=gccview=rev Log: PR target/63534 PR target/63618 gcc/ * cse.c

[Bug c/63307] [4.9/5 Regression] Cilk+ breaks -fcompare-debug bootstrap

2014-10-20 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #6 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Mon Oct 20 15:22:09 2014 New Revision: 216483 URL: https://gcc.gnu.org/viewcvs?rev=216483root=gccview=rev Log: PR c/63307 gcc/c-family/ * cilk.c: Include vec.h

[Bug bootstrap/63536] [5 Regression] bootstrap failed when configured with --with-cpu=slm

2014-10-15 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63536 --- Comment #5 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Oct 15 17:49:27 2014 New Revision: 216280 URL: https://gcc.gnu.org/viewcvs?rev=216280root=gccview=rev Log: PR target/63536 gcc/java/ * lang.c

[Bug target/63534] [5 Regression] Bootstrap failure on x86_64/i686-linux

2014-10-14 Thread iverbin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #6 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Tue Oct 14 16:26:57 2014 New Revision: 216208 URL: https://gcc.gnu.org/viewcvs?rev=216208root=gccview=rev Log: PR target/63534 gcc/ * config/i386/i386.c