Re: gcc command lines

2016-02-08 Thread Alexander Burger
Hi Mike, > Goal: compile with minimum commands + -Wall > Patch attached. > 4 new words, others not required. > compiles without warnings and pass selftests on modern Linux. Thanks! I've tried on Linux 32-bits, and it works and runs. Fixing the warnings is OK, but why did you remove this?

Re: gcc command lines

2016-02-08 Thread Mike Pechkin
hi, you are correct, this is draft patch. > Goal: compile with minimum commands + -Wall as you can see patch supports goal, and pil32 pass selftests and my code. Mike