This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] PR24505 mixed types in predicate
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Aldy Hernandez <aldyh at redhat dot com>, dnovillo at redhat dot com, jakub at redhat dot com, gcc-patches at gcc dot gnu dot org
- Date: Mon, 31 Oct 2005 00:02:49 -0800
- Subject: Re: [gomp] PR24505 mixed types in predicate
- References: <20051030203501.GA17778@redhat.com> <200510302041.j9UKfEC2004758@earth.phy.uc.edu>
On Sun, Oct 30, 2005 at 03:41:14PM -0500, Andrew Pinski wrote:
> This seems to me a defect in the OpenMP standard as it really should
> not confict with what the C standard says.
Not really. It's pretty much impossible to implement in any other way.
> If the OpenMP standard really says this, it seems like someone should report
> that with and without the pragma changes the behavior.
The only semantic change is that some infinite loops are no longer
infinite. Who cares?
r~