[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-08-03 Thread pluto at agmk dot net
--- Comment #6 from pluto at agmk dot net 2006-08-03 20:44 --- (In reply to comment #5) > (In reply to comment #4) > > so it will be better if gcc searches gawk in $path rather than awk. > > Why there are OS's which have real POSIX awk that are not gawk. Like mawk, > etc. because they

[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-07-31 18:52 --- (In reply to comment #4) > so it will be better if gcc searches gawk in $path rather than awk. Why there are OS's which have real POSIX awk that are not gawk. Like mawk, etc. -- http://gcc.gnu.org/bugzilla/sho

[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2006-07-31 18:50 --- (In reply to comment #3) > Subject: Re: can't bootstrap gcc / syntax error in gcc/opt-gather.awk > > > > > > > > > --- Comment #2 from pluto at agmk dot net 2006-07-31 17:54 --- > > (In reply to comment #1) > >

[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread pinskia at physics dot uc dot edu
--- Comment #3 from pinskia at physics dot uc dot edu 2006-07-31 17:57 --- Subject: Re: can't bootstrap gcc / syntax error in gcc/opt-gather.awk > > > > --- Comment #2 from pluto at agmk dot net 2006-07-31 17:54 --- > (In reply to comment #1) > > What is on line 24 in the

Re: [Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread Andrew Pinski
> > > > --- Comment #2 from pluto at agmk dot net 2006-07-31 17:54 --- > (In reply to comment #1) > > What is on line 24 in the awk file? > > (...) > # > # Usage: awk -f opt-gather.awk file1.opt [...] > outputfile > > function sort(ARRAY, ELEMENTS) <=== line 24 Hehe, maybe Su

[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2006-07-31 17:54 --- (In reply to comment #1) > What is on line 24 in the awk file? (...) # # Usage: awk -f opt-gather.awk file1.opt [...] > outputfile function sort(ARRAY, ELEMENTS) <=== line 24 { for (i = 2; i <= ELEMENTS; ++i

[Bug bootstrap/28511] can't bootstrap gcc / syntax error in gcc/opt-gather.awk

2006-07-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-31 17:23 --- What is on line 24 in the awk file? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28511