[Bug libstdc++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 --- Comment #4 from Markus Trippelsdorf trippels at gcc dot gnu.org --- This is an old issue. It also fails with gcc-4.9 and std=c++11.

[Bug libstdc++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Target|powerpc-ibm-aix*

[Bug libstdc++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org --- I don't see any problem in libstdc++, the function is right there in the preprocessed output starting at line 34472 # 891

[Bug libstdc++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2015-07-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org --- The difference is that we include ::remove in C++11 and later. Reduced: namespace std { templatetypename _FIter, typename _Tp _FIter remove(_FIter, _FIter, const