This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!
- From: Richard Henderson <rth at redhat dot com>
- To: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, Mark Mitchell <mark at codesourcery dot com>, Steven Bosscher <stevenb dot gcc at gmail dot com>, gcc at gcc dot gnu dot org, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 30 Jan 2007 08:09:17 -0800
- Subject: Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!
- References: <45BDF49C.7090704@lu.unisi.ch> <200701291753.l0THrJ69019798@localhost.localdomain> <45BEF58F.8000501@lu.unisi.ch>
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~