This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Tuples branch frozen
I got a new breakage after updating to rev 133687 5 minutes ago. :-(
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -Werror -Wno-return-type -fno-common
-DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I/home/dougkwan/gcc-lib/install/include
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/bid
-I../libdecnumber ../../gcc/gcc/omp-low.c -o omp-low.o
cc1: warnings being treated as errors
../../gcc/gcc/omp-low.c: In function 'expand_omp':
../../gcc/gcc/omp-low.c:3518: warning: 'vnext' may be used
uninitialized in this function
make[1]: *** [omp-low.o] Error 1
-Doug
2008/3/28 Diego Novillo <dnovillo@google.com>:
>
> On Fri, Mar 28, 2008 at 10:35, Diego Novillo <dnovillo@google.com> wrote:
> > On Fri, Mar 28, 2008 at 09:32, Rafael Espindola <espindola@google.com> wrote:
> >
> > > ../../tuples2/gcc/omp-low.c:3341: warning: 'v_main' is used
> > > uninitialized in this function
> > > ../../tuples2/gcc/omp-low.c:3342: warning: 'v_back' is used
> > > uninitialized in this function
> >
> > Yes. That was probably causing all the runtime failures.
> >
> > I will unfreeze the branch after all the tests have finished. I want
> > to make sure there are no new regressions.
>
> Branch is open again. That was the only fix needed.
>
>
> Diego.
>