Commits

Pedro Vicente Nunes committed 9acff105847
[svn-r10915] Purpose: work around a compiler bug Description: while compiling in mir with pgcc -O2 a condition if (name ) { do_something(name); } is executed when name is NULL Solution: avoid the error by checking the NULL pointer inside do_something(name); Platforms tested: linux (mir with pgcc 6.0) Misc. update: