<html>
<head>
<base href="https://bugzilla.icculus.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ahmedsayeed1982@yahoo.com" title="Ahmed <ahmedsayeed1982@yahoo.com>"> <span class="fn">Ahmed</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - voting system is insecure"
href="https://bugzilla.icculus.org/show_bug.cgi?id=3593">bug 3593</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>ahmedsayeed1982@yahoo.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - voting system is insecure"
href="https://bugzilla.icculus.org/show_bug.cgi?id=3593#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - voting system is insecure"
href="https://bugzilla.icculus.org/show_bug.cgi?id=3593">bug 3593</a>
from <span class="vcard"><a class="email" href="mailto:ahmedsayeed1982@yahoo.com" title="Ahmed <ahmedsayeed1982@yahoo.com>"> <span class="fn">Ahmed</span></a>
</span></b>
<pre>/gdb/arch/arc.c:117:43: required from here <a href="http://www.compilatori.com/">http://www.compilatori.com/</a>
/usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: error: no matching
<a href="https://www.mktrade.fi/">https://www.mktrade.fi/</a> function for call to ‘std::pair<const
arc_arch_features, const std::unique_ptr<target_desc, <a href="http://www-look-4.com/">http://www-look-4.com/</a>
target_desc_deleter> >::pair(const arc_arch_features&, target_desc*&)’
: _M_v(std::forward<_Args>(__args)...) { } <a href="http://www.acpirateradio.co.uk/">http://www.acpirateradio.co.uk/</a>
^
/usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: note: candidates are:
<a href="https://www.webb-dev.co.uk/">https://www.webb-dev.co.uk/</a>
In file included from /usr/include/c++/4.8.2/utility:70:0,
from /usr/include/c++/4.8.2/tuple:38,
<a href="http://www.logoarts.co.uk/">http://www.logoarts.co.uk/</a>
from /usr/include/c++/4.8.2/functional:55,
from ../../gdb/../gdbsupport/ptid.h:35,
<a href="https://komiya-dental.com/">https://komiya-dental.com/</a>
from ../../gdb/../gdbsupport/common-defs.h:123,
from ../../gdb/arch/arc.c:19: <a href="http://www.slipstone.co.uk/">http://www.slipstone.co.uk/</a>
/usr/include/c++/4.8.2/bits/stl_pair.h:206:9: note: template<class ... _Args1,
long unsigned int ..._Indexes1, <a href="http://the-hunters.org/">http://the-hunters.org/</a> class ... _Args2, long
unsigned int ..._Indexes2> std::pair<_T1, <a href="http://embermanchester.uk/">http://embermanchester.uk/</a>
_T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple
<a href="http://fishingnewsletters.co.uk/">http://fishingnewsletters.co.uk/</a>
<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>)
pair(tuple<_Args1...>&, tuple<_Args2...>&, <a href="http://connstr.net/">http://connstr.net/</a>
^
-------->8---------
<a href="http://joerg.li/">http://joerg.li/</a>
Thanks to Tome de Vries' investigation, same fix applies in ARC's case as well:
--------8<--------- <a href="http://www.jopspeech.com/">http://www.jopspeech.com/</a>
diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c
index 3808f9f..a5385ce 100644 <a href="http://www.go-mk-websites.co.uk/">http://www.go-mk-websites.co.uk/</a>
--- a/gdb/arch/arc.c
+++ b/gdb/arch/arc.c <a href="http://www.wearelondonmade.com/">http://www.wearelondonmade.com/</a>
@@ -114,7 +114,7 @@ struct arc_arch_features_hasher
target_desc *tdesc = arc_create_target_description (features);
<a href="https://waytowhatsnext.com/">https://waytowhatsnext.com/</a>
/* Add the newly created target description to the repertoire. */
<a href="http://www.mconstantine.co.uk/">http://www.mconstantine.co.uk/</a>
- arc_tdesc_cache.emplace (features, tdesc); <a href="http://www.iu-bloomington.com/">http://www.iu-bloomington.com/</a>
+ arc_tdesc_cache.emplace (features, target_desc_up (tdesc));</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>