[Bug middle-end/17703] [4.0 regression] spurious error about end of function reached

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Oct 5 18:58:00 GMT 2004


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



More information about the Gcc-bugs mailing list