[Bug rtl-optimization/71956] New: [i686][7 Regression] 176.gcc fails on 32 bits when compiled with -march=core-avx2

2016-07-21 Thread izamyatin at gmail dot com
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target Milestone: --- Bisecting points on r235765. My exact options are -O3 -mfpmath=sse -march=core-avx2 -m32 Will try to bisect

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

2016-07-05 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71088 --- Comment #1 from Igor Zamyatin --- Fixed by r237982

[Bug libgcc/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-17 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug fortran/69368] [6 Regression] spec2006 test case 416.gamess fails with the g++ 6.0 compiler starting with r232508

2016-05-23 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69368 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug lto/71089] [7 Regression] Failed to build 483.xalancbmk in SPEC CPU 2006

2016-05-12 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71089 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

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

2016-01-18 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69052 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug target/69344] [6 Regression] 435.gromacs regression

2016-01-18 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69344 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-08 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 --- Comment #6 from Igor Zamyatin --- Created attachment 36961 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36961&action=edit Dumps Profilers show that core_state_transition and calc_func indeed became slower after r228668. First differ

[Bug tree-optimization/68775] spec2006 test case 465.tonto fails with the gcc 6.0 fortran compiler

2015-12-08 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug fortran/68486] [6 Regression] 187.facerec in SPEC CPU 2000 failed to build

2015-11-24 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68486 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/68502] New: [6 Regression][i686] spec2000/179.art runfails after r222914

2015-11-23 Thread izamyatin at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target Milestone: --- There is a segmentation fault during execution r222914 is: r222914 | rguenth | 2015-05-08 18:13:55 +0300 (Fri, 08 May 2015

[Bug tree-optimization/67800] [6 Regression] Missed vectorization opportunity on x86

2015-10-29 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67800 --- Comment #3 from Igor Zamyatin --- Richard, do you have any plans regarding this?

[Bug rtl-optimization/67749] FAIL: gcc.dg/ifcvt-2.c scan-rtl-dump ce1 "3 true changes made"

2015-10-08 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67749 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-09-07 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 Igor Zamyatin changed: What|Removed |Added CC||enkovich.gnu at gmail dot com --- Commen

[Bug lto/66752] spec2000 255.vortex performance compiled with GCC is ~20% lower than with CLANG

2015-07-29 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66752 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug bootstrap/66638] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2015-06-24 Thread izamyatin at gmail dot com
, ||izamyatin at gmail dot com --- Comment #1 from Igor Zamyatin --- r224020 is guilty

[Bug rtl-optimization/64081] [5 Regression] r217827 prevents RTL loop unroll

2015-02-20 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 --- Comment #15 from Igor Zamyatin --- Got an access to AIX machine, planning to look at it next week

[Bug tree-optimization/65136] New: VRP inserts unnecessary constant copy in the loop

2015-02-20 Thread izamyatin at gmail dot com
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com For the following piece of code int foo (unsigned int cc) { while ( cc >> 16 ) { cc = (cc & 0x) + (cc >> 16); } return cc == 1;

[Bug rtl-optimization/64081] [5 Regression] r217827 prevents RTL loop unroll

2015-01-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 --- Comment #13 from Igor Zamyatin --- (In reply to David Edelsohn from comment #12) > GCC on AIX. One can use gcc111 in the GCC Compiler Farm. > Thanks! I've sent a request for an access to gcc111 but got no response so far...

[Bug tree-optimization/64739] Spurious "array subscript is above array bounds" warning

2015-01-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64739 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug rtl-optimization/64081] [5 Regression] r217827 prevents RTL loop unroll

2015-01-22 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 --- Comment #11 from Igor Zamyatin --- Could you please provide details of your compiler configuration for me to try to reproduce the problem?

[Bug rtl-optimization/64081] [5 Regression] r217827 prevents RTL loop unroll

2015-01-21 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 --- Comment #9 from Igor Zamyatin --- David, could you please try attached patch?

[Bug rtl-optimization/64081] [5 Regression] r217827 prevents RTL loop unroll

2015-01-21 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 --- Comment #8 from Igor Zamyatin --- Created attachment 34524 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34524&action=edit patch to try AIX bootstrap

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-21 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #6 from Igor Zamyatin --- cunroll phase 7 times completely unrolls post-loop that was generated by vectorizer. And later vrp complains on those unrolled iterations. Note that for the test without if (nc > 3), i.e. void foo(short a[

[Bug tree-optimization/64277] [4.9/5.0 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-15 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #5 from Igor Zamyatin --- BTW, making nc and m to be int instead short eliminates the warning

[Bug tree-optimization/64277] [4.9/5.0 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-12 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #4 from Igor Zamyatin --- See the warning ( used -O3 -mssse3 -Wall) on current trunk configured as ../configure --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --with-fpmath=sse --enable-checking=releas

[Bug lto/64043] [5 Regression] ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo_at_offset/tree.c:11914

2015-01-11 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043 --- Comment #16 from Igor Zamyatin --- Hi, Honza! I still see that performance degradations for spec2006 tests. Could you please check those on your side?

[Bug target/64368] [5 Regression] Several libstdc++ test failures on darwin and others after r218964.

2015-01-11 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/64277] [4.9/5.0 Regression] Incorrect warning "array subscript is above array bounds"

2014-12-23 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug lto/64043] [5 Regression] ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo_at_offset/tree.c:11914

2014-12-22 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043 --- Comment #15 from Igor Zamyatin --- Just checked: everywhere "-Ofast -flto -funroll-loops -static -m64 -march=core-avx2" used (not -O3 as I mentioned before)

[Bug lto/64043] [5 Regression] ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo_at_offset/tree.c:11914

2014-12-22 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug target/64342] [5 Regression] Tests failing when compiled with '-m32 -fpic' after r216154.

2014-12-18 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64342 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2014-12-16 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 --- Comment #1 from Igor Zamyatin --- Perhaps something like below to restrict ree for such cases? diff --git a/gcc/ree.c b/gcc/ree.c index 3376901..92370ea 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -1004,6 +1004,11 @@ add_removable_extension (c

[Bug rtl-optimization/64317] New: [5 Regression] Ineffective allocation of PIC base register

2014-12-15 Thread izamyatin at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com CC: vmakarov at redhat dot com Target: i686 Created attachment 34285 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34

[Bug rtl-optimization/64316] New: [5 Regression] ICE in simplify_const_unary_operation after r218503

2014-12-15 Thread izamyatin at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: x86 Created attachment 34284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34284&action=edit Reproducer For the a

[Bug rtl-optimization/64151] [5 Regression] r218266 caused many regressions

2014-12-03 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64151 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/64058] [5 Regression] Performance degradation after r216304

2014-12-02 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64058 --- Comment #5 from Igor Zamyatin --- But at the same time difference in "good" and "bad" .optimized dumps seems to me insignificant (only some postfix numbers of variables).

[Bug tree-optimization/64058] [5 Regression] Performance degradation after r216304

2014-11-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64058 --- Comment #4 from Igor Zamyatin --- Partition maps differ 216303: Partition 0 (_1 - 1 101 200 252 267 316 348 ) Partition 16 (l1_lsm.7_159 - 106 159 238 253 ) and for 216304: Partition 3 (l1_lsm.7_58 - 58 106 238 253 315 316 ) ...

[Bug tree-optimization/64081] New: [5 Regression] r217827 prevents RTL loop unroll

2014-11-26 Thread izamyatin at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: x86 Created attachment 34123 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34123&action=edit reproducer Noticed that for the attached test no RTL loop

[Bug tree-optimization/64058] Performance degradation after r216304

2014-11-24 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64058 --- Comment #2 from Igor Zamyatin --- Created attachment 34103 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34103&action=edit "bad" dump

[Bug tree-optimization/64058] Performance degradation after r216304

2014-11-24 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64058 --- Comment #1 from Igor Zamyatin --- Created attachment 34102 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34102&action=edit "good" dump

[Bug tree-optimization/64058] New: Performance degradation after r216304

2014-11-24 Thread izamyatin at gmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: x86 Created attachment 34101 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34101&action=edit reproducer Got a performance regression for the codes similar to a

[Bug tree-optimization/63962] New: [5 Regression][x86] Code pessimization after r217213

2014-11-19 Thread izamyatin at gmail dot com
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: x86 While investigating some performance regressions on 32 bits on trunk (just -O2 -m32) I noticed that after r217213 forward propagation makes code worse for

[Bug target/63897] [5.0 regression] gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14

2014-11-17 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63897 --- Comment #6 from Igor Zamyatin --- after RA=after reload

[Bug target/63897] [5.0 regression] gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14

2014-11-17 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63897 Igor Zamyatin changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment #

[Bug ipa/63814] g++.dg/ipa/pr61160-1.C fails with -m32 on darwin14

2014-11-14 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #12 from Igor Zamyatin --- So far it seems the issue unlikely caused by PIC-related changes in i686 - test passes with -fno-devirtualize.

[Bug sanitizer/63846] c-c++-common/asan/misalign-[12].c fails on i?86 with -fpic

2014-11-13 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63846 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug ipa/63814] g++.dg/ipa/pr61160-1.C fails with -m32 on darwin14

2014-11-13 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #11 from Igor Zamyatin --- Will take a look. Thanks!

[Bug sanitizer/63845] [5 Regression] c-c++-common/asan/bitfield-[12345].c fails on i?86 -with -fpic

2014-11-13 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63845 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug ipa/63814] g++.dg/ipa/pr61160-1.C fails with -m32 on darwin14

2014-11-12 Thread izamyatin at gmail dot com
, ||izamyatin at gmail dot com --- Comment #7 from Igor Zamyatin --- So, is this compile time failure or runtime failure (or both for two tests)?

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

2014-11-11 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #67 from Igor Zamyatin --- Posted a patch here - http://gcc.gnu.org/ml/gcc-patches/2014-10/msg03318.html Now discussion stop here - http://gcc.gnu.org/ml/gcc-patches/2014-11/msg00320.html

[Bug bootstrap/63622] [5.0 Regression] Bootstrap fails on x86_64-apple-darwin1[34] after revision r216305

2014-11-06 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

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

2014-10-28 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #50 from Igor Zamyatin --- > In addition r216154 breaks a lot of asan tests with -m32: see > > https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg02834.html Could you please try following patch? diff --git a/gcc/cfgexpand.c b/gcc/cf

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

2014-10-27 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #49 from Igor Zamyatin --- Testing a patch to fix asan failures

[Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin

2014-10-27 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug target/63615] New: [i686][5 Regression] FAIL: gcc.target/i386/addr-sel-1.c

2014-10-22 Thread izamyatin at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: i686 There is a new fail for gcc.target/i386/addr-sel-1.c on i686 after r216462 For this test we now have in asm file movl4(%esp), %eax

[Bug c/63592] Linux kernel build failure due to duplicate exported symbols

2014-10-19 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63592 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

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

2014-10-17 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63536 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

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

2014-10-16 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 --- Comment #21 from Igor Zamyatin --- (In reply to Iain Sandoe from comment #20) > > libtool: compile: /GCC/ml/gcc-trunk-appleas/./gcc/xgcc > -B/GCC/ml/gcc-trunk-appleas/./gcc/ > -B/compilers/gcc-trunk/x86_64-apple-darwin12/bin/ > -B/compilers

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

2014-10-15 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug bootstrap/63523] [5.0 regression] gcc/cp/pt.c -Werror=format breaks bootstrap on sparc-linux

2014-10-13 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63523 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

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

2014-10-01 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #5 from Igor Zamyatin --- (In reply to Jakub Jelinek from comment #4) > I don't think so. They copy declarations, i.e. create new declarations, and > the different ordering of their DECL_UID values may result in code > generation dif

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

2014-09-30 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #3 from Igor Zamyatin --- (In reply to Jakub Jelinek from comment #2) > > > + vec_arglist.release(); > > Formatting. You could use auto_vec, perhaps with some stack allocated > initial buffer if you think say 16 vector elements w

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

2014-09-29 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #1 from Igor Zamyatin --- Would like to ask here first - will something like following be ok: diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index bf549ad..f453bc5 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-24 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #15 from Igor Zamyatin --- Sorry, it's r215537

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-24 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug other/62002] -fcilkplus switch breaks format attribute.

2014-08-06 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 --- Comment #4 from Igor Zamyatin --- Right, it is mentioned explicitly in the docs. Will take a look

[Bug other/62002] -fcilkplus switch breaks format attribute.

2014-08-06 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug bootstrap/62009] New: Bootstrap failure on i686

2014-08-04 Thread izamyatin at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: i686 After r213517 | tbsaunde | 2014-08-02 15:34:54 +0400 (Sat, 02 Aug 2014) | 27 lines convert many uses of pointer_map to hash_map gcc/c-family/ * cilk.c: Use hash_map instead of

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-31 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug middle-end/61734] [4.10 Regression] Regression in ABS_EXPR recognition

2014-07-22 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61734 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/61576] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-06-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61576 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug c/61191] cilkplus ICE on syntax error

2014-05-27 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61191 --- Comment #6 from Igor Zamyatin --- Thanks!

[Bug c/61191] cilkplus ICE on syntax error

2014-05-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61191 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug lto/61256] [4.10 regression] Building spec2000/252.eon with LTO got a compfail after r210522

2014-05-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61256 --- Comment #1 from Igor Zamyatin --- Fixed by r210672

[Bug lto/61256] New: [4.10 regression] Building spec2000/252.eon with LTO got a compfail after r210522

2014-05-20 Thread izamyatin at gmail dot com
Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Linking on x86 as follows g++ -m64 -Ofast -flto -funroll-loops -m64 -Ofast -flto -funroll-loops -DSPEC_CPU2000_LP64 ... gives lto1

[Bug target/60882] New: [ARM] Execution fail on spec2K/197.parser

2014-04-18 Thread izamyatin at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Looks like the infinite recursion of read_dict.c/insert_list routine Options: -Ofast -funroll-loops -flto -marm -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon Compiler: Target: arm-linux-gnueabihf

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-10 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #12 from Igor Zamyatin --- Thanks, will post a patch after the testing

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-10 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #10 from Igor Zamyatin --- (In reply to Jakub Jelinek from comment #9) > (In reply to H.J. Lu from comment #8) > > (In reply to H.J. Lu from comment #7) > > > (In reply to Igor Zamyatin from comment #6) > > > > Yes, I was going to post

[Bug middle-end/60467] ICE with -fcilkplus

2014-04-09 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60467 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-09 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #6 from Igor Zamyatin --- Yes, I was going to post it after complete testing

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-09 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #4 from Igor Zamyatin --- Following works for me and shows no new errors in regtesting. Not sure it is a good idea though... diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c index 6a5631c..d7c6772 100644 --- a/gcc/c/c-

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-07 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug middle-end/60682] [4.9 Regression][OpenMP] ICE on an assignment of local variable inside SIMD loop

2014-03-28 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60682 --- Comment #3 from Igor Zamyatin --- Thanks for the quick fix!

[Bug middle-end/60682] New: [4.9 Regression][OpenMP] ICE on an assignment of local variable inside SIMD loop

2014-03-27 Thread izamyatin at gmail dot com
: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Seems r207629 (fix for PR59984) introduces given issue. Test is class V3 { public: float v[1]; V3() {} V3(const V3 &a

[Bug middle-end/60586] New: [Cilk+] Parameters evaluation happens inside spawn worker

2014-03-19 Thread izamyatin at gmail dot com
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Following test (compiled with eg -O2 -fcilkplus -lcilkrts) #include #include #include int noop(int x) { return x; } int post_increment(int *x

[Bug c++/60189] ICE with invalid use of _Cilk_sync

2014-03-04 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60189 --- Comment #3 from Igor Zamyatin --- Ah, g++ gives the ICE :(

[Bug c++/60082] Certain Cilk keywords executable Hanging for -O1

2014-03-04 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60082 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug c++/60189] ICE with invalid use of _Cilk_sync

2014-03-04 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60189 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/53787] Possible IPA-SRA / IPA-CP improvement

2014-02-28 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787 --- Comment #18 from Igor Zamyatin --- Martin, I checked the patch and can confirm it gives necessary speedup on the test (UMTmk_1.1) Thanks!

[Bug bootstrap/60343] New: r208155 breaks bootstrap

2014-02-26 Thread izamyatin at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Message: ../../gcc/lra-assigns.c: In function ‘int spill_for(int, bitmap)’: ../../gcc/lra-assigns.c:901:4: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-07 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #4 from Igor Zamyatin --- vect details show that v1.0_14 = v1 and v2.1_15 = v2 are treated as invariants: test.c:24:14: note: -->vectorizing statement: v1.0_14 = v1; test.c:24:14: note: transform statement. test.c:24:14: note: tr

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-06 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #3 from Igor Zamyatin --- Vectorizer dump snippet for main: foo.simdclone.0 (vect__12.7_3, vect_cst_.8_53, vect_cst_.8_53, vect_cst_.9_51, vect_cst_.9_51); GIMPLE_NOP vect_v1.12_37 = MEM[(int *)vectp_v1.10_39]; (1) v1.0_14 =

[Bug tree-optimization/59597] [4.9 Regression] Performance degradation on Coremark after r205074

2014-01-15 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59597 --- Comment #4 from Igor Zamyatin --- That would be great, thanks in advance!

[Bug target/59379] [4.9 Regression] gomp_init_num_threads is compiled into an infinite loop with --with-arch=corei7 --with-cpu=slm

2013-12-30 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59379 --- Comment #14 from Igor Zamyatin --- I meant new_coef from aff_combination_scale

[Bug target/59379] [4.9 Regression] gomp_init_num_threads is compiled into an infinite loop with --with-arch=corei7 --with-cpu=slm

2013-12-30 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59379 --- Comment #13 from Igor Zamyatin --- I meant that with 3-stage gcc of r204980 testcase from the attachment was compiled and ran successfully, i.e. no infinite loop. Currently debugging shows that routine mul_double_wide_with_sign (which is actu

[Bug target/59379] [4.9 Regression] gomp_init_num_threads is compiled into an infinite loop with --with-arch=corei7 --with-cpu=slm

2013-12-26 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59379 --- Comment #10 from Igor Zamyatin --- I could build profiled bootstrap for r204980 successfully

[Bug tree-optimization/54742] Switch elimination in FSM loop

2013-12-25 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742 --- Comment #34 from Igor Zamyatin --- Done - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59597

[Bug tree-optimization/59597] New: Performance degradation on Coremark after r205074

2013-12-25 Thread izamyatin at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: izamyatin at gmail dot com Target: x86 Created attachment 31510 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31510&action=edit reduced test Degradation could be seen at -Ofast

[Bug tree-optimization/59591] ICE in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:156 for -march=core-avx2

2013-12-24 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59591 --- Comment #1 from Igor Zamyatin --- Created attachment 31509 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31509&action=edit small testcase

  1   2   3   >