GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    Daniel J. Bernstein (djb@mastodon.cr.yp.to)'s status on Wednesday, 11-Feb-2026 01:44:33 JSTDaniel J. BernsteinDaniel J. Bernstein
    in reply to
    • Andy Wingo
    • Oriel Jutty :hhHHHAAAH:

    @wingo @barubary OK, here's a do-everything-via-memcpy display of the same gcc bug (again gcc -O1 -m32, after including string.h, stdio.h, math.h): void foo(void *x) { int i; if (isnan(*(float *) x)) memcpy(&i,x,4); printf("%x\n",i); }
    void bar(void *x) { int i; memcpy(&i,x,4); printf("%x\n",i); }
    int main() { float x = __builtin_nansf(""); foo(&x); bar(&x); return 0; }

    In conversationabout 5 days ago from mastodon.cr.yp.topermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.