------- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-05 18:58 ------- Here's an example using the STL:
================================= #include <algorithm> void foo() { int i; std::sort(&i,&i+1); } ================================= -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17703