Re: [tuples] Tuples branch frozen

2008-03-28 Thread Doug Kwan (關振德)
Done. Fix commited to 133690. I am using the gcc 4.0.3 configure for i486-linux-gnu. -Doug 2008/3/28 Diego Novillo <[EMAIL PROTECTED]>: > On Fri, Mar 28, 2008 at 13:30, Doug Kwan (關振德) <[EMAIL PROTECTED]> wrote: > > I got a new breakage after updating to rev 133687 5 minutes ago. :-( > > Yeah,

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Diego Novillo
On Fri, Mar 28, 2008 at 13:30, Doug Kwan (關振紱) <[EMAIL PROTECTED]> wrote: > I got a new breakage after updating to rev 133687 5 minutes ago. :-( Yeah, you're probably using a different host GCC than I am. Unfortunately, we'll have to live with this until bootstrap starts working. Adding an initia

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Doug Kwan (關振德)
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../../

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Diego Novillo
On Fri, Mar 28, 2008 at 10:35, Diego Novillo <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 09:32, Rafael Espindola <[EMAIL PROTECTED]> wrote: > > > ../../tuples2/gcc/omp-low.c:3341: warning: 'v_main' is used > > uninitialized in this function > > ../../tuples2/gcc/omp-low.c:3342: warni

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Diego Novillo
On Fri, Mar 28, 2008 at 09:32, Rafael Espindola <[EMAIL PROTECTED]> 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 caus

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Rafael Espindola
> Grrr. I hope it wasn't me. I didn't enable any new code paths that > weren't already gcc_unreachable(). Besides, my tests returned a couple > hundred less failures. If for some reason it was me, we can disable > execute_{expand,lower}_omp again. Looks like 133658 broke the build: ../../

Re: [tuples] Tuples branch frozen

2008-03-28 Thread Aldy Hernandez
On Fri, Mar 28, 2008 at 08:48:12AM -0400, Diego Novillo wrote: > Folks, I need to freeze the branch for a few hours. The overnight > tester returned many new failures that I need to analyze. Please > refrain from checking in anything until I unfreeze the branch. Grrr. I hope it wasn't me. I di

[tuples] Tuples branch frozen

2008-03-28 Thread Diego Novillo
Folks, I need to freeze the branch for a few hours. The overnight tester returned many new failures that I need to analyze. Please refrain from checking in anything until I unfreeze the branch. Diego.