This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53436] Volatile behaves strange with OpenMP
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 May 2012 21:05:39 +0000
- Subject: [Bug tree-optimization/53436] Volatile behaves strange with OpenMP
- Auto-submitted: auto-generated
- References: <bug-53436-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-21 21:05:39 UTC ---
Author: jakub
Date: Mon May 21 21:05:33 2012
New Revision: 187741
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187741
Log:
PR tree-optimization/53436
* omp-low.c (omp_build_component_ref): New function.
(build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/omp-low.c