hdf5/tools/lib
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
..
h5diff_array.c [svn-r9872] Purpose: 2005-01-26 18:03:29 -05:00
h5diff_attr.c [svn-r9956] Purpose: 2005-02-08 00:42:49 -05:00
h5diff_dset.c [svn-r10915] Purpose: work around a compiler bug 2005-06-13 15:06:47 -05:00
h5diff_util.c [svn-r10915] Purpose: work around a compiler bug 2005-06-13 15:06:47 -05:00
h5diff.c [svn-r10736] Purpose: 2005-05-07 14:37:48 -05:00
h5diff.h [svn-r9969] Purpose: 2005-02-09 13:19:54 -05:00
h5tools_filters.c [svn-r10060] Purpose: 2005-02-21 14:27:56 -05:00
h5tools_ref.c [svn-r10637] Purpose: 2005-04-21 01:55:42 -05:00
h5tools_ref.h [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
h5tools_str.c [svn-r10736] Purpose: 2005-05-07 14:37:48 -05:00
h5tools_str.h [svn-r9961] 2005-02-08 15:55:17 -05:00
h5tools_type.c [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
h5tools_utils.c [svn-r10637] Purpose: 2005-04-21 01:55:42 -05:00
h5tools_utils.h
h5tools.c [svn-r10738] Purpose: 2005-05-09 09:53:22 -05:00
h5tools.h [svn-r10738] Purpose: 2005-05-09 09:53:22 -05:00
h5trav_table.c
h5trav.c
h5trav.h
Makefile.am [svn-r9993] Purpose: 2005-02-11 16:32:22 -05:00
Makefile.in [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
ph5diff.h [svn-r10659] Purpose: 2005-04-25 14:15:22 -05:00
talign.c