public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/53193] New: [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc
@ 2012-05-02 16:22 hjl.tools at gmail dot com
  2012-05-02 16:33 ` [Bug libstdc++/53193] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-02 16:22 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53193

             Bug #: 53193
           Summary: [4.7 Regression]
                    23_containers/unordered_set/instantiation_neg.cc
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: fdumont@gcc.gnu.org


On Linux/x86, revision 187023

http://gcc.gnu.org/ml/gcc-cvs/2012-05/msg00019.html

caused:

In file included from
/export/gnu/import/git/gcc-regression/gcc-4_7-branch/187033/bld/x86_64-unknown-linux-gnu/libstdc++-v3/include/unordered_set:45:0,^M
                 from
/export/gnu/import/git/gcc-regression/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc:24:^M
/export/gnu/import/git/gcc-regression/gcc-4_7-branch/187033/bld/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/hashtable.h:
In instantiation of 'class std::_Hashtable<int, int, std::allocator<int>,
std::_Identity<int>, std::equal_to<int>, {anonymous}::hash_without_noexcept,
std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash,
std::__detail::_Prime_rehash_policy, false, true, true>':^M
/export/gnu/import/git/gcc-regression/gcc-4_7-branch/187033/bld/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unordered_set.h:47:11:
  required from 'class std::__unordered_set<int,
{anonymous}::hash_without_noexcept, std::equal_to<int>, std::allocator<int>,
false>'^M
/export/gnu/import/git/gcc-regression/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc:40:17:
  required from here^M
/export/gnu/import/git/gcc-regression/gcc-4_7-branch/187033/bld/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/hashtable.h:186:7:
error: static assertion failed: Cache the hash code or qualify your hash
functor with noexcept^M
compiler exited with status 1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/53193] [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc
  2012-05-02 16:22 [Bug libstdc++/53193] New: [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc hjl.tools at gmail dot com
@ 2012-05-02 16:33 ` hjl.tools at gmail dot com
  2012-05-02 17:18 ` paolo.carlini at oracle dot com
  2012-05-02 17:19 ` paolo at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-02 16:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53193

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-02 16:33:11 UTC ---
It needs to update error line.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/53193] [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc
  2012-05-02 16:22 [Bug libstdc++/53193] New: [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc hjl.tools at gmail dot com
  2012-05-02 16:33 ` [Bug libstdc++/53193] " hjl.tools at gmail dot com
@ 2012-05-02 17:18 ` paolo.carlini at oracle dot com
  2012-05-02 17:19 ` paolo at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-05-02 17:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53193

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.1

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-02 17:17:42 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/53193] [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc
  2012-05-02 16:22 [Bug libstdc++/53193] New: [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc hjl.tools at gmail dot com
  2012-05-02 16:33 ` [Bug libstdc++/53193] " hjl.tools at gmail dot com
  2012-05-02 17:18 ` paolo.carlini at oracle dot com
@ 2012-05-02 17:19 ` paolo at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-05-02 17:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53193

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-05-02 17:16:43 UTC ---
Author: paolo
Date: Wed May  2 17:16:33 2012
New Revision: 187057

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187057
Log:
2012-05-02  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/53193
    * testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust
    dg-error line number.

Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
   
branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-02 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 16:22 [Bug libstdc++/53193] New: [4.7 Regression] 23_containers/unordered_set/instantiation_neg.cc hjl.tools at gmail dot com
2012-05-02 16:33 ` [Bug libstdc++/53193] " hjl.tools at gmail dot com
2012-05-02 17:18 ` paolo.carlini at oracle dot com
2012-05-02 17:19 ` paolo at gcc dot gnu.org

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).