Build results: qbe

Build results: qbe

OK

OK: build: make

STDOUT

cc main.c
cc util.c
cc parse.c
cc mem.c
cc ssa.c
cc copy.c
cc fold.c
cc live.c
cc sysv.c
cc isel.c
cc spill.c
cc rega.c
cc emit.c
ld obj/qbe


STDERR

In file included from main.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from util.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from parse.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from mem.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from ssa.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from copy.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from fold.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from live.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from sysv.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from isel.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from spill.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from rega.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^
In file included from emit.c:1:0:
all.h:437:4: warning: declaration does not declare anything
   };
    ^


OK: test: make check

STDOUT

tools/unit.sh all
abi1.ssa...
[ok]
abi2.ssa...
[ok]
abi3.ssa...
[ok]
abi4.ssa...
[ok]
abi5.ssa...
[ok]
align.ssa...
[ok]
collatz.ssa...
[ok]
cprime.ssa...
[ok]
cup.ssa...
[ok]
dark.ssa...
[ok]
double.ssa...
[ok]
echo.ssa...
[ok]
eucl.ssa...
[ok]
euclc.ssa...
[ok]
fixarg.ssa...
[ok]
fpcnv.ssa...
[ok]
loop.ssa...
[ok]
mandel.ssa...
[ok]
max.ssa...
[ok]
philv.ssa...
[ok]
prime.ssa...
[ok]
puts10.ssa...
[ok]
sum.ssa...
[ok]

All is fine!


STDERR



OK: clean: make clean

STDOUT

rm -fr obj


STDERR