Am 21.04.2009 13:30, schrieb Joseph Smith:
It does make it kind of hard to sift through to find out what is really an error and what is just missing gcc extensions...
Stefan and I found a solution: scan-build happily prefers -include over --includes=, so I changed romcc to parse that, and the makefile to emit it (gcc knows -include, too) See patch.
Patrick