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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution
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&root=gcc&view=rev
Log:
Fix PR c++/69363
gcc/c-family/
PR c
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_
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68463
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution
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&root=gcc&view=rev
Log:
gcc/
PR driver/68463
* config/gn
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
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
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
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
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.
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
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
: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67652
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
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&root=gcc&view=rev
Log:
PR other/67652
liboffloadmic/
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67652
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66950
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC
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=226080&root=gcc&view=rev
Log:
2015-07-22 Maxim Blumenthal
PR libgo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65338
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63923
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64605
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC
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=219722&root=gcc&view=rev
Log:
PR testsuite/64605
libatomic/
* tests
oduct: gcc
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 a
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 -f
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 te
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=34360&action=edit
pr64412_2.s
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=34359&action=edit
pr64412_2.c
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
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=34351&action=edit
pr64412.s
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=34350&action=edit
Source code
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)
> >
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 describ
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
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
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=217773&root=gcc&view=rev
Log:
PR regression/63868
* cgraph.c (cgraph_node
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
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=217524&root=gcc&view=rev
Log:
2014-11-13 Dominique Dhumieres
PR bootstr
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=216596&root=gcc&view=rev
Log:
PR target/63534
PR target/63618
gcc/
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=216596&root=gcc&view=rev
Log:
PR target/63534
PR target/63618
gcc/
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=216483&root=gcc&view=rev
Log:
PR c/63307
gcc/c-family/
* cilk.c: Inclu
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=216280&root=gcc&view=rev
Log:
PR target/63536
gcc/java/
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=216208&root=gcc&view=rev
Log:
PR target/63534
gcc/
* config/i38
48 matches
Mail list logo