This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!


On Tue, Jan 30, 2007 at 08:36:47AM +0100, Paolo Bonzini wrote:
> 	* cp/cp-tree.h (OMP_ATOMIC_CODE): Delete.
> 	(OMP_ATOMIC_DEPENDENT_P): Rewrite.
> 	* cp/pt.c (tsubst_expr): Adjust for new format of dependent OMP_ATOMIC
> 	expressions.
> 	* cp/semantics.c (finish_omp_atomic): Store a whole expression node
> 	in operand 1, and integer_zero_node in operand 0, for dependent
> 	OMP_ATOMIC.  Rewrite to make flow easier to understand.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]