--- 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
--- 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
--- 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)
> >
--- 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
>
>
>
> --- 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
--- 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
--- 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