This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/28511] 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 awk file?

(...)
#
# Usage: awk -f opt-gather.awk file1.opt [...] > outputfile

function sort(ARRAY, ELEMENTS)         <=== line 24
{
        for (i = 2; i <= ELEMENTS; ++i) {
(...)


with `export GAWK=gawk` (from opt/sfw/bin) gcc builds.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28511


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]