[Bug middle-end/30421] incorrect warning when using firstprivate and lastprivate clauses
kuba at et dot pl
gcc-bugzilla@gcc.gnu.org
Sun Jan 28 00:03:00 GMT 2007
------- Comment #8 from kuba at et dot pl 2007-01-28 00:02 -------
Subject: Re: incorrect warning when using
firstprivate and lastprivate clauses
I realised that maybe is just better to set
TREE_NO_WARNING (fd->v) = 1;
instead of set it (fd->v) to 0.
We are sure that fd->v won't be read before is set, so there is no need
to add one more instruction.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30421
More information about the Gcc-bugs
mailing list