public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53067] New: c++0x GCC 4.7.0 Regression std::ref with unordered sets
@ 2012-04-22  1:08 cmaloney at tagged dot com
  2012-04-22  8:08 ` [Bug c++/53067] " paolo.carlini at oracle dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: cmaloney at tagged dot com @ 2012-04-22  1:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53067
           Summary: c++0x GCC 4.7.0 Regression std::ref with unordered
                    sets
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: cmaloney@tagged.com


Building the following code with gcc4.7 snapshot 20120421 fails, but passed
with gcc4.6.

$g++ -std=c++11

#include <functional>
#include <unordered_set>

int main(int, char**){
  std::unordered_map<int> Foo;
  ref(Foo);
}


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

end of thread, other threads:[~2012-10-11 22:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-22  1:08 [Bug c++/53067] New: c++0x GCC 4.7.0 Regression std::ref with unordered sets cmaloney at tagged dot com
2012-04-22  8:08 ` [Bug c++/53067] " paolo.carlini at oracle dot com
2012-04-22 13:36 ` redi at gcc dot gnu.org
2012-04-22 16:11 ` paolo.carlini at oracle dot com
2012-04-22 16:57 ` paolo.carlini at oracle dot com
2012-04-22 17:38 ` paolo at gcc dot gnu.org
2012-04-22 17:38 ` paolo at gcc dot gnu.org
2012-04-22 17:40 ` paolo.carlini at oracle dot com
2012-09-25 17:06 ` paolo.carlini at oracle dot com
2012-10-11 22:22 ` paolo.carlini at oracle dot com

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