]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgccjit: Fix float playback for cross-compilation
authorAntoni Boucher <bouanto@zoho.com>
Sat, 21 Oct 2023 15:20:46 +0000 (11:20 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Wed, 20 Nov 2024 14:08:21 +0000 (09:08 -0500)
commitfa720364e4ed3154b7f2dd8f4c2c71f890990552
treeeac476388f5f5de16a39537f320ecf98202df986
parent30c2678cc6e6f1aefc32f07ce8200310920c77eb
libgccjit: Fix float playback for cross-compilation

gcc/jit/ChangeLog:
PR jit/113343
* jit-playback.cc (new_rvalue_from_const): Fix to have the
correct value when cross-compiling.
gcc/jit/jit-playback.cc