<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 4 November 2013 10:15, Timo Sintonen <span dir="ltr"><<a href="mailto:t.sintonen@luukku.com" target="_blank">t.sintonen@luukku.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I tried to build gdc with the latest heads of gcc and gdc<br>
Lots of warnings along the build and the it stops here:<br>
<br>
../../gcc/gcc/d/d-objfile.cc:<u></u>2031:52: error: no matching function for call to 'symtab_node::symtab_node(<u></u>cgraph_node*&)'<br>
     symtab_add_to_same_comdat_<u></u>group ((symtab_node) thunk_node,<br>
                                                    ^<br>
../../gcc/gcc/d/d-objfile.cc:<u></u>2031:52: note: candidates are:<br>
In file included from ../../gcc/gcc/d/d-system.h:47:<u></u>0,<br>
                 from ../../gcc/gcc/d/d-objfile.cc:<u></u>18:<br>
../../gcc/gcc/cgraph.h:44:3: note: symtab_node::symtab_node()<br>
   symtab_node<br>
   ^<br>
../../gcc/gcc/cgraph.h:44:3: note:   candidate expects 0 arguments, 1 provided<br>
../../gcc/gcc/cgraph.h:44:3: note: symtab_node::symtab_node(const symtab_node&)<br>
../../gcc/gcc/cgraph.h:44:3: note:   no known conversion for argument 1 from 'cgraph_node*' to 'const symtab_node&'<br>
<br>
I want the latest version because I found there may be something wrong with inlining/optimization in my current arm compiler<br>
</blockquote></div><br><br></div><div class="gmail_extra">For the time being, use gcc-4.9-20131013.tar.bz2 snapshot - that is the last build I've done here (currently all my time is being used up on D 2.064).<br></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Feel free to send patches though (see this two line change here: <a href="http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=02774f2d493655713721ceef4ebfd7d0c8fb1d8d;hp=2043dfcce183f27ffe84a339da8b75aec20d3c33#patch21">http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=02774f2d493655713721ceef4ebfd7d0c8fb1d8d;hp=2043dfcce183f27ffe84a339da8b75aec20d3c33#patch21</a> ). :-)<br>
</div><div class="gmail_extra"><br><br></div><div class="gmail_extra">Regards<br></div><div class="gmail_extra">-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>