This is the mail archive of the gcc-patches@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: [tuples] Fix g++.dg/gomp/pr31598.C


On Mon, Jun 09, 2008 at 11:42:38AM -0400, Jakub Jelinek wrote:
> Hi!
> 
> This patch fixes g++.dg/gomp/pr31598.C by storing just the RHS
> of the increment stmt in gimple_omp_for_incr, instead of the whole
> increment stmt.  The LHS is always gimple_omp_for_index, so we
> don't lose any information by doing this.

Ok, thanks.


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