diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-03-19 21:10:40 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-03-19 21:10:40 (GMT) |
commit | 16591dbcc509a908e4edc509aa43081f9938c05d (patch) | |
tree | 47eb61f274f7da063a33a3e7dcef8a5eae82c5ed /Makefile.in | |
parent | 14bc79b1b8ed7f8b0936cca9c5bbc33b1b8cacc1 (diff) | |
download | hdf5-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 'Makefile.in')
0 files changed, 0 insertions, 0 deletions