<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>168234fa - lib/msun: Exclude ignored-pragmas from -Werror</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#168234fa</link>
        <description>lib/msun: Exclude ignored-pragmas from -WerrorThis avoids build failures due to the clang 12 warning:    &apos;#pragma FENV_ACCESS&apos; is not supported on this target - ignoredClang 12 currently emits this warning for all non-x86 architectures.While this can result in incorrect code generation (e.g. on AArch64 someexceptions are not raised as expected), this is a pre-existing issue andwe should not fail the build due to this warning.Reviewed By:	dim, emasteMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D29743

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Thu, 15 Apr 2021 15:27:52 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f33b4fa2 - lib/msun/tests: Drop WARNS=6</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#f33b4fa2</link>
        <description>lib/msun/tests: Drop WARNS=6This is the default already, so there is no need to override it.Reported by:	kevans

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Mon, 22 Mar 2021 16:56:10 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbb2d6f5 - lib/msun/tests: Re-enable csqrt_test on AArch64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#dbb2d6f5</link>
        <description>lib/msun/tests: Re-enable csqrt_test on AArch64The LLVM bug was fixed a long time ago and with D29076 this test actuallypasses now.Reviewed By:	andrewDifferential Revision: https://reviews.freebsd.org/D29092

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Mon, 22 Mar 2021 16:54:38 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ccdee8a - lib/msun/tests: Add more debug output to fenv_test.c</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#6ccdee8a</link>
        <description>lib/msun/tests: Add more debug output to fenv_test.cOutput a hex dump of the current fenv and the expected value to allowcomparing them without having to resort to interactive use of GDB.

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Thu, 04 Mar 2021 18:41:06 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87d65c74 - lib/msun: Allow building tests with WARNS=6</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#87d65c74</link>
        <description>lib/msun: Allow building tests with WARNS=6The only change needed is to mark a few variables as static.

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Thu, 25 Feb 2021 14:28:17 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>133bc645 - Convert the msun tests to ATF</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#133bc645</link>
        <description>Convert the msun tests to ATFThis provides better error messages that just an assertion failure andalso makes it easier to mark individual tests as XFAIL.It was also helpful when coming up with D28786 and D28787.Differential Revision: https://reviews.freebsd.org/D28798

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Mon, 22 Mar 2021 11:15:13 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf97d2a1 - Build lib/msun tests with compiler builtins disabled</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#cf97d2a1</link>
        <description>Build lib/msun tests with compiler builtins disabledThis forces the compiler to emit calls to libm functions, instead ofpossibly substituting pre-calculated results at compile time, whichshould help to actually test those functions.Reviewed by:	emaste, arichardson, ngieDifferential Revision: https://reviews.freebsd.org/D28577MFC after:	3 days

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 20:03:32 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ec3feb6 - Update libm tests from NetBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#1ec3feb6</link>
        <description>Update libm tests from NetBSDI did this without a full vendor update since that would cause too manyconflicts. Since these files now almost match the NetBSD sources thenext git subtree merge should work just fine.Reviewed By:	lwhsuDifferential Revision: https://reviews.freebsd.org/D28797

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Mon, 22 Feb 2021 17:19:06 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3338f33 - Fix incorrect hypotl(3) result with subnormal numbers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#d3338f33</link>
        <description>Fix incorrect hypotl(3) result with subnormal numbersThis adjusts the factor used to scale the subnormal numbers, so itbecomes the right value after adjusting its exponent. Thanks to SteveKargl for finding the most elegant fix.Also enable the hypot tests, and add a test case for this bug.PR:		253313MFC after:	1 week

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Wed, 10 Feb 2021 22:28:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94179175 - Don&apos;t explicitly specify c99 or gnu99 as the default is now gnu99.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#94179175</link>
        <description>Don&apos;t explicitly specify c99 or gnu99 as the default is now gnu99.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Mon, 17 Aug 2020 05:57:02 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d143336 - Enable long double tests on RISC-V</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#2d143336</link>
        <description>Enable long double tests on RISC-VSome of the NetBSD contributed tests are gated behind the__HAVE_LONG_DOUBLE flag. This flag seems to be defined only forplatforms whose long double is larger than their double. I could notfind this explicitly documented anywhere, but it is implied by thedefinitions in NetBSD&apos;s sys/arch/${arch}/include/math.h headers, and thefollowing assertion from the UBSAN code:  #ifdef __HAVE_LONG_DOUBLE      long double LD;      ASSERT(sizeof(LD) &gt; sizeof(uint64_t));  #endifRISC-V has 128-bit long doubles, so enable the tests on this platform,and update the comments to better explain the purpose of this flag.Reviewed by:	ngieMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D25419

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Wed, 24 Jun 2020 13:11:19 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24612bfd - Unskip test cases from netbsd-tests by defining __HAVE_FENV</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#24612bfd</link>
        <description>Unskip test cases from netbsd-tests by defining __HAVE_FENVThis unskips:  - lib.libc.stdlib.strtod_test.strtod_round  - lib.msun.fe_round_test.t_nofe_roundIn lib/msun/tests/Makefile only define on fe_round_test.c becauselib.msun.ilogb_test.ilogb will get wrong results and needs more examination.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Sat, 31 Aug 2019 20:45:45 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b451efbe - Resolve conflicts between macros in fenv.h and ieeefp.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#b451efbe</link>
        <description>Resolve conflicts between macros in fenv.h and ieeefp.hThis is a follow-up to r321483, which disabled -Wmacro-redefined forsome lib/msun tests.If an application included both fenv.h and ieeefp.h, several macros suchas __fldcw(), __fldenv() were defined in both headers, with slightlydifferent arguments, leading to conflicts.Fix this by putting all the common macros in the machine-specificversions of ieeefp.h.  Where needed, update the arguments in placeswhere the macros are invoked.This also slightly reduces the differences between the amd64 and i386versions of ieeefp.h.Reviewed by:	kibMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D15633

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Thu, 31 May 2018 20:22:47 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82482c7c - Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw on</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#82482c7c</link>
        <description>Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw oni386 by ignoring -Wmacro-redefined.This is a bandaid until the code is fixed and will be reverted before MFC.

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 25 Jul 2017 16:11:36 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4580a78e - Convert lib/msun/trig_test from TAP to ATF format</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#4580a78e</link>
        <description>Convert lib/msun/trig_test from TAP to ATF formatOnly expose :accuracy and :reduction if !i386, similar to before,but more holistically to avoid future -Wunused issue with the unusedfunctions.MFC after:	1 month

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 25 Jul 2017 03:55:44 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd5e9c33 - Raise WARNS to 1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#fd5e9c33</link>
        <description>Raise WARNS to 1This will enable warnings with the msun tests.MFC after:	1 month

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 25 Jul 2017 03:54:35 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1aa00f2 - Convert lib/msun/trig_test from TAP to ATF format</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#d1aa00f2</link>
        <description>Convert lib/msun/trig_test from TAP to ATF formatOnly expose :accuracy and :reduction if !i386, similar to before,but more holistically to avoid future -Wunused issue with the unusedfunctions.MFC after:	1 month

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 25 Jul 2017 03:41:05 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb4bbdb9 - Raise WARNS to 1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#eb4bbdb9</link>
        <description>Raise WARNS to 1This will enable warnings with the msun tests.MFC after:	1 month

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Tue, 25 Jul 2017 03:33:39 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a55051c4 - Document that the msun tests require WARNS=0</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/msun/tests/Makefile#a55051c4</link>
        <description>Document that the msun tests require WARNS=0ATF tests have a default WARNS of 0, unlike other usermode programs.  Thischange is technically a noop, but it documents that the msun tests don&apos;twork with any warnings enabled, at least not on all architectures.Reviewed by:  ngieMFC after:    3 weeksSponsored by: Spectra Logic CorporationDifferential Revision:        https://reviews.freebsd.org/D9933

            List of files:
            /freebsd-14.2/lib/msun/tests/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 00:04:59 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
