r217183 - in /branches/gomp-4_0-branch/gcc: Cha...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Thu Nov 6 10:04:00 GMT 2014
Author: tschwinge
Date: Thu Nov 6 10:04:25 2014
New Revision: 217183
URL: https://gcc.gnu.org/viewcvs?rev=217183&root=gcc&view=rev
Log:
Fix bootstrap failure.
[...]/source-gcc/gcc/omp-low.c: In function 'void lower_reduction_clauses(tree, gimple_statement_base**, omp_context*)':
[...]/source-gcc/gcc/omp-low.c:4611:70: error: 'tid' may be used uninitialized in this function [-Werror=maybe-uninitialized]
lower_reduction_var_helper (stmt_seqp, ctx, tid, var, new_var);
^
cc1plus: all warnings being treated as errors
make[3]: *** [omp-low.o] Error 1
make[3]: Leaving directory `[...]/build-gcc/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `[...]/build-gcc'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `[...]/build-gcc'
make: *** [all] Error 2
gcc/
* omp-low.c (lower_reduction_clauses): Initialize tid.
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/omp-low.c
More information about the Gcc-cvs
mailing list