- Nov 21, 2016
-
-
Thomas Jahns authored
- Nov 11, 2016
-
-
Joerg Behrens authored
The new constructor xt_redist_repeat_asym_new generalizes xt_redist_repeat_new by having different displacement vectors for source and destination side.
-
- Nov 10, 2016
-
-
Thomas Jahns authored
-
Thomas Jahns authored
* YAXT Fortran bindings now offer equivalent and simpler functionality.
-
- Oct 31, 2016
-
-
Thomas Jahns authored
* -Wl,--start-group -Wl,--end-group -Wl,-\( -Wl,-) must preserve their respective position within the list of libraries to work as expected.
-
- Oct 27, 2016
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* The variables in question are known to change frequently but do not influence compilation results.
-
Thomas Jahns authored
-
Thomas Jahns authored
* sizeof should not be used for array parameters, it resolves to the size of a pointer. This just happened to work by chance because the actual computation always returned 1 (32-bit systems) or 2 (64-bit systems).
-
- Oct 25, 2016
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* This way the mysterious failure of gfortran 5.1 does not need to be documented and worked around at all. Good riddance.
-
Thomas Jahns authored
* This way assumed size argument passing can be made to work for higher rank arrays, which does not work for generic interface resolution.
-
Thomas Jahns authored
* gcc 5.1 optimizer assumes results will not change even though its address can legally escape.
-
Thomas Jahns authored
* The corresponding problem occurs when the strides in question do not share divisors but the strides and the stripes' starts are at far apart positions, i.e. their difference is large.
-
Thomas Jahns authored
* Fixup for 58136cd3.
-
- Sep 30, 2016
-
-
Moritz Hanke authored
-
- Sep 29, 2016
-
-
Moritz Hanke authored
-
- Sep 15, 2016
-
-
Thomas Jahns authored
* Using separate arrays is non-conforming, although expected to work on usual systems.
-
Thomas Jahns authored
-
Thomas Jahns authored
I've determined G95 has problems in the following areas: * Performing INT conversion directly in the argument of a sub-program. But passing a variable of the correct type holding the converted value works fine. * Creating PARAMETER arrays, where the iterator is of non-default kind. But converting the iterator value works.
-
Thomas Jahns authored
-
Thomas Jahns authored
* This makes G95 happy.
-
Thomas Jahns authored
-
Thomas Jahns authored
* Otherwise problems might occur when the destination library is already installed in an incompatible version, i.e. tests would link an old version.
-
- Sep 14, 2016
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* The alternative syntax is invalid in g95.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Sep 08, 2016
-
-
Thomas Jahns authored
* Having data from different objects is not guaranteed to work.
-
- Sep 05, 2016
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-