public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: gcc-3_2-branch bootstrap failure when using bison-1.50
@ 2002-10-13  5:12 Kaveh R. Ghazi
  2002-10-15  1:34 ` Mark Mitchell
  0 siblings, 1 reply; 9+ messages in thread
From: Kaveh R. Ghazi @ 2002-10-13  5:12 UTC (permalink / raw)
  To: doko; +Cc: debian-gcc, gcc-bugs, gcc, mark

 > From: Matthias Klose <doko at cs dot tu-berlin dot de> 
 > 
 > Bootrapping the gcc-3_2-branch using bison-1.50 is broken. Reverting
 > back to bison-1.35 works. HEAD does work well using bison-1.50
 > 
 > cd /build/gcc/gcc-3.2-3.2.1ds3/src/gcc && \
 > if bison  -o c-p$$.c c-parse.y; then \
 >   test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
 >   mv -f c-p$$.c c-parse.c ; \
 > else \
 >   rm -f c-p$$.* ; \
 >   false ; \
 > fi
 > c-parse.y:1432.2-1436.10: type clash (`' `ttype') on default action

I checked into this one, patches were submitted for the trunk and
installed back in June for these problems.  E.g. see:
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01614.html

I guess this and other similar patches for the other .y files weren't
backported to the 3.2 branch.  This shouldn't be too bad since the
actual GCC-3.2.x release tar file will contain the necessary bison
output of a suitable bison version.  In the mean time, I suggest just
not using bison-1.50 for testing 3.2.x CVS snapshots.

I'll leave it to our release manager to decide if this issue warrants
backporting the relevant patches or not.

	Thanks for reporting this,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: gcc-3_2-branch bootstrap failure when using bison-1.50
@ 2002-10-13  5:03 Kaveh R. Ghazi
  2002-10-13 21:37 ` Matthias Klose
  0 siblings, 1 reply; 9+ messages in thread
From: Kaveh R. Ghazi @ 2002-10-13  5:03 UTC (permalink / raw)
  To: doko; +Cc: begcs.debian-gcc, gcc

 > From: Matthias Klose <doko at cs dot tu-berlin dot de> 
 > 
 > Bootrapping the gcc-3_2-branch using bison-1.50 is broken. Reverting
 > back to bison-1.35 works. HEAD does work well using bison-1.50
 > 
 > cd /build/gcc/gcc-3.2-3.2.1ds3/src/gcc && \
 > if bison  -o c-p$$.c c-parse.y; then \
 >   test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
 >   mv -f c-p$$.c c-parse.c ; \
 > else \
 >   rm -f c-p$$.* ; \
 >   false ; \
 > fi
 > c-parse.y:1432.2-1436.10: type clash (`' `ttype') on default action

I checked into this one, patches were submitted for the trunk and
installed back in June for these problems.  E.g. see:
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01614.html

I guess this and other similar patches for the other .y files weren't
backported to the 3.2 branch.  This shouldn't be too bad since the
actual GCC-3.2.x release tar file will contain the necessary bison
output of a suitable bison version.  In the mean time, I suggest just
not using bison-1.50 for testing 3.2.x CVS snapshots.

I'll leave it to our release manager to decide if this issue warrants
backporting the relevant patches or not.

	Thanks for reporting this,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

^ permalink raw reply	[flat|nested] 9+ messages in thread
* gcc-3_2-branch bootstrap failure when using bison-1.50
@ 2002-10-12 18:18 Matthias Klose
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Klose @ 2002-10-12 18:18 UTC (permalink / raw)
  To: gcc-bugs, gcc; +Cc: debian-gcc

Bootrapping the gcc-3_2-branch using bison-1.50 is broken. Reverting
back to bison-1.35 works. HEAD does work well using bison-1.50

cd /build/gcc/gcc-3.2-3.2.1ds3/src/gcc && \
if bison  -o c-p$$.c c-parse.y; then \
  test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
  mv -f c-p$$.c c-parse.c ; \
else \
  rm -f c-p$$.* ; \
  false ; \
fi
c-parse.y:1432.2-1436.10: type clash (`' `ttype') on default action

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-10-15  8:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-13  5:12 gcc-3_2-branch bootstrap failure when using bison-1.50 Kaveh R. Ghazi
2002-10-15  1:34 ` Mark Mitchell
2002-10-15  2:18   ` Zack Weinberg
  -- strict thread matches above, loose matches on Subject: below --
2002-10-13  5:03 Kaveh R. Ghazi
2002-10-13 21:37 ` Matthias Klose
2002-10-14  6:46   ` Akim Demaille
2002-10-14  7:17     ` Akim Demaille
2002-10-15  3:06       ` Matthias Klose
2002-10-12 18:18 Matthias Klose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).