public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "timturnerc at yahoo dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/323] optimized code gives strange floating point results
Date: Fri, 05 Nov 2021 23:18:14 +0000	[thread overview]
Message-ID: <bug-323-4-leTNNOzW7t@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-323-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Tim Turner <timturnerc at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timturnerc at yahoo dot com

--- Comment #223 from Tim Turner <timturnerc at yahoo dot com> ---
/gdb/arch/arc.c:117:43:   required from here http://www.compilatori.com/
 /usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: error: no matching
https://www.mktrade.fi/ function for call to ‘std::pair<const
arc_arch_features, const std::unique_ptr<target_desc, http://www-look-4.com/
target_desc_deleter> >::pair(const arc_arch_features&, target_desc*&)’
  : _M_v(std::forward<_Args>(__args)...) { } http://www.acpirateradio.co.uk/
                                       ^ 
/usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: note: candidates are:
https://www.webb-dev.co.uk/
In file included from /usr/include/c++/4.8.2/utility:70:0,
                 from /usr/include/c++/4.8.2/tuple:38,
http://www.logoarts.co.uk/
                 from /usr/include/c++/4.8.2/functional:55, 
                 from ../../gdb/../gdbsupport/ptid.h:35,
https://komiya-dental.com/
                 from ../../gdb/../gdbsupport/common-defs.h:123,
                 from ../../gdb/arch/arc.c:19: http://www.slipstone.co.uk/
/usr/include/c++/4.8.2/bits/stl_pair.h:206:9: note: template<class ... _Args1,
long unsigned int ..._Indexes1, http://the-hunters.org/  class ... _Args2, long
unsigned int ..._Indexes2> std::pair<_T1, http://embermanchester.uk/
_T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple
http://fishingnewsletters.co.uk/
 <_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>)
         pair(tuple<_Args1...>&, tuple<_Args2...>&, http://connstr.net/
         ^
-------->8---------
http://joerg.li/
Thanks to Tome de Vries' investigation, same fix applies in ARC's case as well:
--------8<--------- http://www.jopspeech.com/
diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c
index 3808f9f..a5385ce 100644 http://www.go-mk-websites.co.uk/
--- a/gdb/arch/arc.c
+++ b/gdb/arch/arc.c http://www.wearelondonmade.com/
@@ -114,7 +114,7 @@ struct arc_arch_features_hasher
   target_desc *tdesc = arc_create_target_description (features);
https://waytowhatsnext.com/

   /* Add the newly created target description to the repertoire.  */
http://www.mconstantine.co.uk/
 -  arc_tdesc_cache.emplace (features, tdesc); http://www.iu-bloomington.com/
 +  arc_tdesc_cache.emplace (features, target_desc_up (tdesc));

  parent reply	other threads:[~2021-11-05 23:18 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-323-4@http.gcc.gnu.org/bugzilla/>
2010-10-05 19:00 ` pinskia at gcc dot gnu.org
2011-01-13 22:10 ` pinskia at gcc dot gnu.org
2011-02-21 12:47 ` rguenth at gcc dot gnu.org
2011-03-08 19:11 ` acfbuerger at googlemail dot com
2011-03-22 16:14 ` rguenth at gcc dot gnu.org
2012-01-13  6:33 ` pinskia at gcc dot gnu.org
2012-04-24  8:23 ` rguenth at gcc dot gnu.org
2012-11-12 14:54 ` paolo.carlini at oracle dot com
2012-11-30 18:08 ` pinskia at gcc dot gnu.org
2012-12-15  2:10 ` soren.sandmann at gmail dot com
2012-12-31 16:13 ` rguenth at gcc dot gnu.org
2013-01-30  8:58 ` jakub at gcc dot gnu.org
2013-04-26 16:07 ` ondrej at sury dot org
2013-06-24 10:53 ` rguenth at gcc dot gnu.org
2013-11-18 18:47 ` dominiq at lps dot ens.fr
2014-01-02  8:35 ` Martin.vGagern at gmx dot net
2014-06-27  0:07 ` pinskia at gcc dot gnu.org
2014-12-30 18:45 ` manu at gcc dot gnu.org
2014-12-30 19:16 ` manu at gcc dot gnu.org
2014-12-31  0:00 ` vincent-gcc at vinc17 dot net
2014-12-31  0:45 ` manu at gcc dot gnu.org
2015-01-26 19:05 ` schwab@linux-m68k.org
2015-05-29 16:50 ` jsm28 at gcc dot gnu.org
2020-04-29 18:01 ` pinskia at gcc dot gnu.org
2021-05-31  3:46 ` pinskia at gcc dot gnu.org
2021-09-02  7:41 ` pinskia at gcc dot gnu.org
2021-10-27  7:55 ` jessicaking07 at protonmail dot com
2021-11-02  7:17 ` pinskia at gcc dot gnu.org
2021-11-05 23:18 ` timturnerc at yahoo dot com [this message]
2022-07-02  2:09 ` pinskia at gcc dot gnu.org
2022-10-14  7:32 ` cvs-commit at gcc dot gnu.org
2023-07-05 19:22 ` pinskia at gcc dot gnu.org
2023-07-05 20:15 ` vincent-gcc at vinc17 dot net
2023-07-05 21:00 ` vincent-gcc at vinc17 dot net
2023-07-11  8:25 ` malat at debian dot org
2023-09-21 13:34 ` pinskia at gcc dot gnu.org
2024-01-31  8:52 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-323-4-leTNNOzW7t@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).