hdf5/tools
Pedro Vicente Nunes 9acff10584 [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:
2005-06-13 15:06:47 -05:00
..
gifconv [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
h5diff [svn-r10865] Purpose: 2005-06-07 10:42:47 -05:00
h5dump [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
h5import [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
h5jam [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
h5ls [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
h5repack [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
lib [svn-r10915] Purpose: work around a compiler bug 2005-06-13 15:06:47 -05:00
misc [svn-r10884] Purpose: A minor feature 2005-06-09 11:32:23 -05:00
testfiles [svn-r10847] Purpose: Bug fix 2005-06-02 16:00:23 -05:00
Makefile.am [svn-r9988] Purpose: 2005-02-11 12:40:52 -05:00
Makefile.in [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00