[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-28 23:07:59 UTC --- Author: redi Date: Mon Jan 28 23:07:35 2013 New Revision: 195520 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=195520 Log: PR

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 08:12:41 UTC --- Or what about something like the attached (very lightly tested)?

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 08:13:43 UTC --- Created attachment 29284 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29284 draft

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #5 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 08:35:37 UTC --- Uhhmm, I wasn't considering the fact that the testcases added for 53339 are now xfailed?!? So what? If that's the case (for now at least) we could

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-27 16:25:36 UTC --- (In reply to comment #5) Uhhmm, I wasn't considering the fact that the testcases added for 53339 are now xfailed?!? That was me:

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 17:18:03 UTC --- Good, good, thanks for handling this.

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 07:15:39 UTC --- Bother. Now it's annoying to go back to the various options (some aren't even discussed in Bugzilla entries). Maybe you did a bit of that already

[Bug libstdc++/56112] [4.8 Regression] cannot create unordered_map from range of types convertible to value_type

2013-01-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56112 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2013-01-27 07:32:59 UTC --- I guess we could have in __detail the specialization that submitter proposed to add to stl_function.h as primary.