Bug#287466: g++-3.4 is confused by -L/usr/lib

2004-12-28 Thread Kronos
Il Tue, Dec 28, 2004 at 08:28:38AM +0100, Matthias Klose ha scritto: > unreproducible. > > what is the -op option supposed to do? Or do you mean -o p? Yes, it's the outfile. Here it's 100% reproducible, and it's triggered only by -L/usr/lib. I've another pc with debian, I'm downloading gcc-3.4

Bug#287466: g++-3.4 is confused by -L/usr/lib

2004-12-27 Thread kronos
int main(void) { std::list l; l.push_back(1); /* KO */ } Works: kronos:/tmp$ g++-3.4 -Wall -op p.cc Fails: kronos:/tmp$ g++-3.4 -L/usr/lib -Wall -op p.cc /tmp/ccoZVXoN.o(.gnu.linkonce.t._ZNSt4listIiSaIiEE9_M_insertESt14_List_iteratorIiERKi+0x24): In function `std::list