Changeset 6da2d6 in git for Tst/Long/stdZtests.tst

Timestamp:
Nov 12, 2015, 3:45:23 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
9eb1e8694ce6e4868f9d9677e607c646e3bb2d96
Parents:
2bf04b125a602824542ca32e0d085ec5fdbaf789
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-11-12 15:45:23+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-11-12 15:48:44+01:00
Message:
omalloc: disable debug stuff unless configured with --enable-debug

remove --with-debug (being consistent with the main configure)

From info file of GCC/ C Extensions

On some machines it may be impossible to determine the return address of any function other than the current one; in such cases, or when the top of the stack has been reached, this function returns 0 or a random value. In addition, __builtin_frame_address may be used to determine if the top of the stack has been reached.

Calling this function with a nonzero argument can have unpredictable effects, including crashing the calling program. As a result, calls that are considered unsafe are diagnosed when the -Wframe-address option is in effect. Such calls should only be made in debugging situations.
(No files)

Note: See TracChangeset for help on using the changeset viewer.