summaryrefslogtreecommitdiffstats
path: root/hl/test/test_lite.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-03-19 21:10:40 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-03-19 21:10:40 (GMT)
commit16591dbcc509a908e4edc509aa43081f9938c05d (patch)
tree47eb61f274f7da063a33a3e7dcef8a5eae82c5ed /hl/test/test_lite.c
parent14bc79b1b8ed7f8b0936cca9c5bbc33b1b8cacc1 (diff)
downloadhdf5-16591dbcc509a908e4edc509aa43081f9938c05d.zip
hdf5-16591dbcc509a908e4edc509aa43081f9938c05d.tar.gz
hdf5-16591dbcc509a908e4edc509aa43081f9938c05d.tar.bz2
[svn-r22094] Issue 7922 - follow-up checkin. Daily test reported that PGCC (11.8-0) on jam and koala has trouble with the command "*p++ = *p OP tree_val" in the macro definition of H5Z_XFORM_DO_OP1 of H5Ztrans.c. It increments P first before doing the operation. So I break down the command into two lines: "*p = *p OP tree_val; p++;" I also reported the problem to PGI.
Tested on jam, koala, and ostrich.
Diffstat (limited to 'hl/test/test_lite.c')
0 files changed, 0 insertions, 0 deletions