public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens.fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/64813] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEs
Date: Tue, 27 Jan 2015 20:29:00 -0000	[thread overview]
Message-ID: <bug-64813-4-nKSTPL8ZsU@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64813-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Forgot to say that the ICEs disappear if GCC is configured with
--enable-checking=release.

Also I see the ICE with r219054 and --param early-inlining-insns=12

[Book15] f90/bug% /opt/gcc/gcc4.10c/bin/g++ -O2
-I/opt/gcc/p_build/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/include/x86_64-apple-darwin14.0.0
-I/opt/gcc/p_build/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/include
-I/opt/gcc/p_work/libstdc++-v3/libsupc++
-I/opt/gcc/p_work/libstdc++-v3/testsuite/util
/opt/gcc/p_work/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc
-std=gnu++11 --param early-inlining-insns=12 -S

/opt/gcc/p_work/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc:
In function 'std::__detail::_Map_base<_Key, _Pair, _Alloc,
std::__detail::_Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits,
true>::mapped_type& std::__detail::_Map_base<_Key, _Pair, _Alloc,
std::__detail::_Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits,
true>::at(const key_type&) [with _Key = __gnu_test::OverloadedAddress; _Pair =
std::pair<const __gnu_test::OverloadedAddress, __gnu_test::OverloadedAddress>;
_Alloc = std::allocator<std::pair<const __gnu_test::OverloadedAddress,
__gnu_test::OverloadedAddress> >; _Equal =
std::equal_to<__gnu_test::OverloadedAddress>; _H1 =
__gnu_test::OverloadedAddress_hash; _H2 = std::__detail::_Mod_range_hashing;
_Hash = std::__detail::_Default_ranged_hash; _RehashPolicy =
std::__detail::_Prime_rehash_policy; _Traits =
std::__detail::_Hashtable_traits<true, false, true>]':
/opt/gcc/p_work/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc:33:67:
error: LHS in noreturn call
 template class std::unordered_map<inst_type, inst_type, hash_type>;
                                                                   ^
# .MEM_3 = VDEF <.MEM_1(D)>
retval.529_4 = std::__detail::_Map_base<__gnu_test::OverloadedAddress,
std::pair<const __gnu_test::OverloadedAddress, __gnu_test::OverloadedAddress>,
std::allocator<std::pair<const __gnu_test::OverloadedAddress,
__gnu_test::OverloadedAddress> >, std::__detail::_Select1st,
std::equal_to<__gnu_test::OverloadedAddress>,
__gnu_test::OverloadedAddress_hash, std::__detail::_Mod_range_hashing,
std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy,
std::__detail::_Hashtable_traits<true, false, true>,
true>::_ZNKSt8__detail9_Map_baseIN10__gnu_test17OverloadedAddressESt4pairIKS2_S2_ESaIS5_ENS_10_Select1stESt8equal_toIS2_ENS1_22OverloadedAddress_hashENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EE2atERS4_.isra.97
(this_2(D)); [tail call]
/opt/gcc/p_work/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc:33:67:
internal compiler error: verify_gimple failed


  parent reply	other threads:[~2015-01-27 20:29 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27  3:47 [Bug libstdc++/64813] New: 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEsA howarth at bromo dot med.uc.edu
2015-01-27  3:51 ` [Bug libstdc++/64813] " howarth at bromo dot med.uc.edu
2015-01-27 10:58 ` [Bug libstdc++/64813] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEs redi at gcc dot gnu.org
2015-01-27 11:21 ` dominiq at lps dot ens.fr
2015-01-27 11:34 ` redi at gcc dot gnu.org
2015-01-27 18:12 ` howarth at bromo dot med.uc.edu
2015-01-27 19:56 ` [Bug tree-optimization/64813] " dominiq at lps dot ens.fr
2015-01-27 20:29 ` dominiq at lps dot ens.fr [this message]
2015-01-28 13:01 ` dominiq at lps dot ens.fr
2015-01-28 13:06 ` [Bug ipa/64813] " dominiq at lps dot ens.fr
2015-01-28 13:08 ` dominiq at lps dot ens.fr
2015-01-28 19:16 ` [Bug ipa/64813] [5 Regression] " dominiq at lps dot ens.fr
2015-01-30 14:11 ` marxin at gcc dot gnu.org
2015-01-31 16:42 ` danglin at gcc dot gnu.org
2015-02-02 18:10 ` hubicka at gcc dot gnu.org
2015-02-05 16:47 ` howarth at bromo dot med.uc.edu
2015-02-09  0:07 ` pinskia at gcc dot gnu.org
2015-02-09 13:29 ` dominiq at lps dot ens.fr
2015-02-09 13:58 ` dominiq at lps dot ens.fr
2015-02-09 17:35 ` dominiq at lps dot ens.fr
2015-02-11 13:34 ` marxin at gcc dot gnu.org
2015-02-11 14:07 ` marxin at gcc dot gnu.org
2015-03-23 10:18 ` yroux 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-64813-4-nKSTPL8ZsU@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).