both uisp-20040311 and uisp-20030618 fails to compile with new gcc
(i686-pc-linux-gnu-3.4.3) as 'NULL' is not declared.
-----
In file included from AvrDummy.h:31,
from AvrDummy.C:38:
Global.h: In member function `void TPt<TRec>::MkRef()':
Global.h:43: Fehler: `NULL' undeclared (first use this function)
[...]
-----
Including <stdio.h> fixes this!
Also, it compiles well with gcc 3.3 (i686-pc-linux-gnu-3.3.4).
Reproducible: Always
Steps to Reproduce:
1. Use gcc-config to switch to gcc 3.4
2. emerge uisp
Actual Results:
Compilation fails
Expected Results:
Compilation should work fine