http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Mon Dec 2 22:39:12 2013
New Revision: 205606
URL: http://gcc.gnu.org/viewcvs?rev=205606&root=gcc&view=rev
Log:
PR lto/59326
* gcc.target/i386/i386.exp (check_effective_target_avx2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Fri Nov 29 10:41:12 2013
New Revision: 205514
URL: http://gcc.gnu.org/viewcvs?rev=205514&root=gcc&view=rev
Log:
PR lto/59326
* omp-low.c (simd_clone_create): Return NULL if for def
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Fri Nov 29 10:36:10 2013
New Revision: 205512
URL: http://gcc.gnu.org/viewcvs?rev=205512&root=gcc&view=rev
Log:
PR lto/59326
* tree-core.h (enum omp_clause_schedule_kind): Add
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #5 from Jakub Jelinek ---
(In reply to Jakub Jelinek from comment #4)
> But then it won't handle the !node->definition cloning (it isn't actually
> cloning in that case, just creating another DECL_EXTERNAL FUNCTION_DECL with
> adjusted
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #4 from Jakub Jelinek ---
(In reply to Richard Biener from comment #3)
> Fix for that:
>
> Index: gcc/omp-low.c
> ===
> --- gcc/omp-low.c (revision 205484)
> +++ gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #2 from Richard Biener ---
Hmm. So apart from missing support for OMP_CLAUSE in hash_tree and more
important
in compare_tree_sccs_1 (all OMP_CLAUSE trees are currently considered equal
and thus merged).
The issue with the IPA cloning
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
--- Comment #1 from Jakub Jelinek ---
Created attachment 31317
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31317&action=edit
gcc49-pr59326.patch
Untested LTO streaming of OMP_CLAUSEs.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326
Jakub Jelinek changed:
What|Removed |Added
Component|c |lto
Target Milestone|---
10 matches
Mail list logo