http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59523
--- Comment #7 from Igor Zamyatin ---
Seems to cause PR59591
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
Target: x86
Started after r206069 and reproduced on 481.wrf from spec2006
Reduced testcase attached
Options for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59523
--- Comment #2 from Igor Zamyatin ---
Created attachment 31454
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31454&action=edit
Reduced testcase
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
Target: x86
Happens for options -Ofast -march=core-avx2
For 176.gcc
global.c: In function 'global_alloc':
global.c:27
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742
--- Comment #31 from Igor Zamyatin ---
The problem is that there is a performance regression on i686 for Coremark test
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59040
--- Comment #3 from Igor Zamyatin ---
Hmm... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59040
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57554
Igor Zamyatin changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57554
--- Comment #2 from Igor Zamyatin ---
Seems the test is ok now
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58384
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
,
||izamyatin at gmail dot com
--- Comment #1 from Igor Zamyatin ---
Adding Honza
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: yvan.roux at linaro dot org
Host: x86
Target: x86
Happens with gcc.c-torture
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58298
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57879
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
--- Comment #6 from Igor Zamyatin ---
Jan, have you had a chance to look at the problem?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
--- Comment #4 from Igor Zamyatin ---
Created attachment 30377
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30377&action=edit
Untested patch that corrects the cleanup
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
Igor Zamyatin changed:
What|Removed |Added
CC||hubicka at ucw dot cz
--- Comment #3 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
--- Comment #2 from Igor Zamyatin ---
For both cases we have calls of static routines where address of some static
variable is being passed.
Since all this could be seen only for 32 bits, problem looks like some
attribute which allows the routine
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: jh at suse dot cz
Target: i686
For instance, 164.gzip has Segmentation fault. (tried on trunk, revision
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57468
--- Comment #4 from Igor Zamyatin ---
So following commit fixed the issue
commit 3620f4de1b49b0bfffe5f812b2d259e5c72c5c61
Author: vmakarov
Date: Thu Jun 6 21:12:06 2013 +
2013-06-06 Vladimir Makarov
PR rtl-optimization/574
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57468
--- Comment #3 from Igor Zamyatin ---
Patch is here http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00357.html
: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: jh at suse dot cz
Target: x86
Note that before r198917 there was compilation fail for this test.
Compile flags: -O3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
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: x86_64
Happens only on x86_64 with just "-O2 -ffast-math" flags:
co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57337
--- Comment #4 from Igor Zamyatin ---
For the record - 191.fma3d from spec2K fails with similar error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: rguenther at suse dot de
Target: x86
Output:
gcc -c -o perl.o -DSPEC_CPU2000_LP64 -DSPEC_CPU2000_LINUX_I386
-DSPEC_CPU2000_NEED_BOOL -DSPEC_CPU2000_GLIBC22
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: eraman at google dot com
Target: x86
gfortran -c -o mp2ddi.fppized.o -O2 -ffast-math -ffixed-form mp2ddi.fppized.f
mp2ddi.fppized.f: In function 'pm
: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: izamyatin at gmail dot com
CC: mjambor at suse dot cz
Target: x86
Happens due to r198821.
Fail:
lto1: internal compiler error: in propagate_controlled_uses, at ipa-prop.c:2552
0x71753f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54095
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124
--- Comment #5 from Igor Zamyatin ---
Indeed, -fwrapv helps to run 254.gap successfully
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124
Bug #: 57124
Summary: 254.gap@spec2000 got miscompare after r198413
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57084
Bug #: 57084
Summary: 483. xalancbmk run fails with -O2 -flto for i686
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56885
Igor Zamyatin changed:
What|Removed |Added
CC||ysrumyan at gmail dot com
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56885
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34949
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56680
Bug #: 56680
Summary: ICE for spec2K's 178.galgel and 200.sixtrack for
x86_64 at O3
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56676
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55362
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56511
--- Comment #4 from Igor Zamyatin 2013-03-07
08:52:53 UTC ---
Doesn't first argument of memcpy which is called from memcpy_vec have unknown
(1byte) alignment? If yes, how PPC managed to produce vector instructions?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56511
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56309
--- Comment #21 from Igor Zamyatin 2013-02-15
06:49:53 UTC ---
(In reply to comment #18)
> Following patch is a big hammer approach to the problem, intended only for
> benchmarking
>
> --cut here--
> Index: common/config/i386/i386-comm
||at gmail dot com
Component|tree-optimization |fortran
--- Comment #7 from Igor Zamyatin 2013-01-16
07:02:03 UTC ---
Why for Fortran case loop is transformed in such form? It doesn't happen for C
so probably it's Fortran issue
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43631
--- Comment #17 from Igor Zamyatin 2012-12-10
08:02:54 UTC ---
(In reply to comment #15)
> But, double checking dwarf2out.c reveals that we could indeed emit the notes
> after BARRIER instead if there is any. So I'm leaning towards this p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43631
--- Comment #12 from Igor Zamyatin 2012-12-07
10:24:04 UTC ---
Oh, right, in this case just more checks are needed for
distance_non_agu_define_in_bb in i386.c. I'll add them. Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43631
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935
--- Comment #5 from Igor Zamyatin 2012-11-27
08:40:44 UTC ---
What do you think about the way we can relax this?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785
--- Comment #34 from Igor Zamyatin 2012-11-20
21:00:39 UTC ---
(In reply to comment #32)
> Would be possible to double check if this problem is still fixed after the fix
> to the tree-ssa-pre patch?
Unfortunately the regression happened
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55304
--- Comment #9 from Igor Zamyatin 2012-11-15
14:25:42 UTC ---
Thanks, this helped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55304
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48636
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54985
--- Comment #11 from Igor Zamyatin 2012-10-30
08:32:01 UTC ---
Are there any plans to backport this to 4.7?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55104
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54472
--- Comment #6 from Igor Zamyatin 2012-10-24
11:09:49 UTC ---
Have you managed to check the patch?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54942
--- Comment #4 from Igor Zamyatin 2012-10-23
08:52:30 UTC ---
Does it still happen? I don't see oom now for my test
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54944
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54942
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54889
--- Comment #3 from Igor Zamyatin 2012-10-16
11:12:47 UTC ---
Jakub, are you going to commit the fix or there are some issues with it?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54889
--- Comment #2 from Igor Zamyatin 2012-10-11
11:40:39 UTC ---
Now I see no compfails on the whole spec test 465
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54889
Bug #: 54889
Summary: [4.8 Regression] Revision 191983 gives compfail for
465.tonto in SPEC CPU 2006 when use -O3 -mavx
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50557
--- Comment #16 from Igor Zamyatin 2012-10-04
11:17:00 UTC ---
Seems with LRA code is fast again
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54390
Bug #: 54390
Summary: [AVX] FAIL: gcc.dg/vect/no-tree-sra-bb-slp-pr50730.c
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671
--- Comment #14 from Igor Zamyatin 2012-08-22
11:24:17 UTC ---
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54200
--- Comment #11 from Igor Zamyatin 2012-08-13
12:46:48 UTC ---
Right! Sorry for the noise...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54200
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53942
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54156
--- Comment #7 from Igor Zamyatin 2012-08-03
19:24:40 UTC ---
There are no those fails now, thanks! The bug could be closed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54156
--- Comment #3 from Igor Zamyatin 2012-08-03
13:38:05 UTC ---
There are 6 "* 10" in a dump for AVX (additional 2 occur when vectorizer
consider 32-byte vectorization)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54156
--- Comment #2 from Igor Zamyatin 2012-08-01
15:57:42 UTC ---
Author: wschmidt
Date: Tue Jul 31 12:25:04 2012 +
gcc:
2012-07-31 Bill Schmidt
PR tree-optimization/53773
* tree-vectorizer.h (struct _loop_vec_inf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54084
--- Comment #5 from Igor Zamyatin 2012-07-26
08:44:01 UTC ---
Looks like r189812 fixed some failures but not all of them.
Patch from comment 2 fixes all problems
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54084
--- Comment #3 from Igor Zamyatin 2012-07-24
17:16:11 UTC ---
Seems ok now
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54084
Bug #: 54084
Summary: Bunch of fails for x86
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
--- Comment #7 from Igor Zamyatin 2012-07-19
19:09:49 UTC ---
Any thoughts here?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
--- Comment #5 from Igor Zamyatin 2012-06-28
08:22:11 UTC ---
Created attachment 27715
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27715
ifort assembler
"Init" routine looks much better here
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
--- Comment #4 from Igor Zamyatin 2012-06-28
08:17:13 UTC ---
Created attachment 27714
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27714
gfort assembler
"Init" routine should be inspected here
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
--- Comment #2 from Igor Zamyatin 2012-06-27
17:56:48 UTC ---
The testcase was reduced from some real app. No inlining happened there.
Do you think this testcase is bad?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
Bug #: 53787
Summary: Possible lto improvement
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53750
--- Comment #1 from Igor Zamyatin 2012-06-22
10:14:40 UTC ---
Oh, I see that fix was already checked in. Great!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53750
Bug #: 53750
Summary: x86 bootstrap failure since 188876
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53081
--- Comment #16 from Igor Zamyatin 2012-06-20
08:44:44 UTC ---
Also cause of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53081
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53588
Bug #: 53588
Summary: [4.8 Regression] FAIL: gfortran.dg/vect/pr32380.f
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53555
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53437
Bug #: 53437
Summary: FAIL: gcc.dg/guality/inline-params.c -O0
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53161
--- Comment #7 from Igor Zamyatin 2012-05-11
10:07:07 UTC ---
Error message for x86 compilation
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53161
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53209
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128
--- Comment #6 from Igor Zamyatin 2012-05-04
13:19:07 UTC ---
Compiler does not simply see such code, it happens after some analysis, right?
For example, after work of infer_loop_bounds_from_undefined which makes some
assumptions and I believe ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128
--- Comment #4 from Igor Zamyatin 2012-05-03
11:09:15 UTC ---
Isn't it too aggressive from user perspective to perform such transformation
even without warning? Especially for the case when that "wrong" read is not
used later.
Sure it is dangerou
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128
Bug #: 53128
Summary: [4.8 Regression] Compiler produces infinite loop on
regular O2
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53054
Bug #: 53054
Summary: [4.8 Regression] bootstrap failure on x86-64 after rev
186609
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272
--- Comment #11 from Igor Zamyatin 2012-04-19
13:09:25 UTC ---
Another version of the experimental patch is here -
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52868
It fixes bwaves regression on x86 and might not trigger performance on other
pla
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52868
--- Comment #1 from Igor Zamyatin 2012-04-19
13:09:07 UTC ---
Experimental patch that fixes the regression:
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c
index 3c11c0e..9c04516 100644
--- a/gcc/tree-ssa-loop-ivopts.c
+++ b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53022
Igor Zamyatin changed:
What|Removed |Added
CC||izamyatin at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52865
--- Comment #6 from Igor Zamyatin 2012-04-16
07:16:56 UTC ---
Any ideas what exactly does prevent the vectorization in the case of Fortran?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52916
--- Comment #5 from Igor Zamyatin 2012-04-12
13:55:54 UTC ---
With this patch 481.wrf is ok
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52868
Bug #: 52868
Summary: [4.6/4.7/4.8 Regression] 4.6 is faster on Atom
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Pri
101 - 200 of 236 matches
Mail list logo