Script started on Thu Apr 10 00:19:47 2003 root@who4:/usr/src/LoBos/romcc-0.21# make gcc -O -g -Wall -DVERSION='"0.21"' -DRELEASE_DATE='"7 April 2003"' -o romcc romcc.c romcc.c:20: warning: #warning "FIXME static constant variables" romcc.c:21: warning: #warning "FIXME enable pointers" romcc.c:22: warning: #warning "FIXME enable string constants" romcc.c:470: warning: #warning "FIXME implement rdmsr wrmsr" romcc.c:591: warning: #warning "FIXME Finish defining struct type" romcc.c:2812: warning: #warning "FIXME multiple #elif and #else in an #if do not work properly" romcc.c:2915: warning: #warning "FIXME macros with arguments not supported" romcc.c:3121: warning: #warning "FIXME do not hardcode the include paths" romcc.c:3936: warning: #warning "CHECK_ME is this the right place to transform arrays to pointers?" romcc.c:4013: warning: #warning "FIXME walk through a list of OP_DOT entries and generate a pointer addition" romcc.c:4359: warning: #warning "WISHLIST find a way to handle SDECL without a special case..." romcc.c:5552: warning: #warning "FIXME implement simplify branch." romcc.c:5571: warning: #warning "FIXME handle the case of making a branch unconditional" romcc.c:5585: warning: #warning "FIXME handle the case of killing a branch" romcc.c:6235: warning: #warning "FIXME do I need an OP_CAST expr to be semantically correct here?" romcc.c:6344: warning: #warning "Extend relational exprs to work on more than arithmetic types" romcc.c:6387: warning: #warning "Extend equality exprs to work on more than arithmetic types" romcc.c:6820: warning: #warning "FIXME implement a more general excess branch elimination" romcc.c:7779: warning: #warning "FIXME support typedefs" romcc.c:9517: warning: #warning "FIXME is this O(N^2) algorithm bad?" romcc.c:9769: warning: #warning "FIXME handle the case of killing a branch instruction" romcc.c:9812: warning: #warning "FIXME handle the case of killing a basic block" romcc.c:11214: warning: #warning "FIXME see if simplify does anything bad" romcc.c:11314: warning: #warning "FIXME do I need to do something here?" romcc.c:11511: warning: #warning "WISHLIST implement single use constants (least possible register pressure)" romcc.c:11512: warning: #warning "WISHLIST implement induction variable elimination" romcc.c:11513: warning: #warning "WISHLIST implement strength reduction" romcc.c:11631: warning: #warning "WISHLIST figure out how to use pinsrw and pextrw to better use extended regs" romcc.c:11859: warning: #warning "FIXME force types smaller (if legal) before I get here" romcc.c:12038: warning: #warning "WISHLIST implement an expression simplifier to reduce the use of set?" romcc.c:12736: warning: #warning "FIXME I have observed instructions between the test and branch instructions" romcc.c: In function `mask_uint': romcc.c:3321: warning: left shift count >= width of type romcc.c: At top level: romcc.c:3333: warning: `short_type' defined but not used romcc.c:7547: warning: `isdecl_specifier' defined but not used romcc.c:9390: warning: `unin_triple' defined but not used romcc.c:9399: warning: `unout_triple' defined but not used romcc.c:13005: warning: `print_tokens' defined but not used export ALLOC_CHECK_=2; ./romcc -O tests/hello_world.c > tests/hello_world.S as tests/hello_world.S -o tests/hello_world.o ld -Ttext 0x1000 tests/hello_world.o -o tests/hello_world.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test.c > tests/simple_test.S as tests/simple_test.S -o tests/simple_test.o ld -Ttext 0x1000 tests/simple_test.o -o tests/simple_test.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test2.c > tests/simple_test2.S as tests/simple_test2.S -o tests/simple_test2.o ld -Ttext 0x1000 tests/simple_test2.o -o tests/simple_test2.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test3.c > tests/simple_test3.S as tests/simple_test3.S -o tests/simple_test3.o ld -Ttext 0x1000 tests/simple_test3.o -o tests/simple_test3.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test4.c > tests/simple_test4.S as tests/simple_test4.S -o tests/simple_test4.o ld -Ttext 0x1000 tests/simple_test4.o -o tests/simple_test4.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test5.c > tests/simple_test5.S as tests/simple_test5.S -o tests/simple_test5.o ld -Ttext 0x1000 tests/simple_test5.o -o tests/simple_test5.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test6.c > tests/simple_test6.S as tests/simple_test6.S -o tests/simple_test6.o ld -Ttext 0x1000 tests/simple_test6.o -o tests/simple_test6.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test7.c > tests/simple_test7.S as tests/simple_test7.S -o tests/simple_test7.o ld -Ttext 0x1000 tests/simple_test7.o -o tests/simple_test7.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test8.c > tests/simple_test8.S as tests/simple_test8.S -o tests/simple_test8.o ld -Ttext 0x1000 tests/simple_test8.o -o tests/simple_test8.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test9.c > tests/simple_test9.S as tests/simple_test9.S -o tests/simple_test9.o ld -Ttext 0x1000 tests/simple_test9.o -o tests/simple_test9.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test10.c > tests/simple_test10.S as tests/simple_test10.S -o tests/simple_test10.o ld -Ttext 0x1000 tests/simple_test10.o -o tests/simple_test10.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test11.c > tests/simple_test11.S as tests/simple_test11.S -o tests/simple_test11.o ld -Ttext 0x1000 tests/simple_test11.o -o tests/simple_test11.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/simple_test12.c > tests/simple_test12.S as tests/simple_test12.S -o tests/simple_test12.o ld -Ttext 0x1000 tests/simple_test12.o -o tests/simple_test12.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/raminit_test.c > tests/raminit_test.S as tests/raminit_test.S -o tests/raminit_test.o ld -Ttext 0x1000 tests/raminit_test.o -o tests/raminit_test.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 export ALLOC_CHECK_=2; ./romcc -O tests/raminit_test2.c > tests/raminit_test2.S as tests/raminit_test2.S -o tests/raminit_test2.o ld -Ttext 0x1000 tests/raminit_test2.o -o tests/raminit_test2.elf ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000 root@who4:/usr/src/LoBos/romcc-0.21# exit Script done on Thu Apr 10 00:21:10 2003