[Bug libstdc++/47437] [4.6 Regression] libstdc++ parallel mode: multiway_merge does not compile

2011-01-24 Thread singler at kit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47437

Johannes Singler  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Johannes Singler  2011-01-24 
16:52:37 UTC ---
Fixed by above commit.


[Bug libstdc++/47437] [4.6 Regression] libstdc++ parallel mode: multiway_merge does not compile

2011-01-24 Thread singler at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47437

--- Comment #3 from singler at gcc dot gnu.org  
2011-01-24 16:44:36 UTC ---
Author: singler
Date: Mon Jan 24 16:44:30 2011
New Revision: 169166

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169166
Log:
2011-01-24  Johannes Singler  

PR libstdc++/47437
* include/parallel/multiway_merge.h (_UnguardedIterator):
Remove useless "mutable" from reference declaration.

Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/parallel/multiway_merge.h


[Bug libstdc++/47437] [4.6 Regression] libstdc++ parallel mode: multiway_merge does not compile

2011-01-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47437

Jonathan Wakely  changed:

   What|Removed |Added

   Target Milestone|--- |4.6.0
Summary|libstdc++ parallel mode:|[4.6 Regression] libstdc++
   |multiway_merge does not |parallel mode:
   |compile |multiway_merge does not
   ||compile

--- Comment #2 from Jonathan Wakely  2011-01-24 
14:51:55 UTC ---
Ah, that's because I fixed PR 33558 for 4.6 and didn't run the parallel mode
testsuite

change pre-approved - thanks