[committed] jit: fix build after r233218 (build_common_tree_nodes, -fshort-double)
David Malcolm
dmalcolm@redhat.com
Fri Jan 1 00:00:00 GMT 2016
Looks like r233218's change to build_common_tree_nodes missed the jit
subdirectory:
../../src/gcc/jit/dummy-frontend.c: In function âbool
jit_langhook_init()â:
../../src/gcc/jit/dummy-frontend.c:108:40: error: too many arguments to
function âvoid build_common_tree_nodes(bool)â
build_common_tree_nodes (false, false);
^
In file included from ../../src/gcc/jit/jit-common.h:27:0,
from ../../src/gcc/jit/jit-recording.h:24,
from ../../src/gcc/jit/jit-playback.h:28,
from ../../src/gcc/jit/dummy-frontend.c:23:
../../src/gcc/tree.h:4766:13: note: declared here
extern void build_common_tree_nodes (bool);
^~~~~~~~~~~~~~~~~~~~~~~
Fixed in trunk in r233222 in the obvious way, as attached.
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r233222.patch
Type: text/x-patch
Size: 912 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/jit/attachments/20160101/5647a475/attachment.bin>
More information about the Jit
mailing list