This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]