|
From: Roger P. <rog...@gm...> - 2009-08-17 16:43:52
|
> I was wondering about STL. There seems to be a strange feature that i do > not understand. I hope that someone will help me to use it properly. > I'm trying to build and run a simple program that links to llvm and > clang. These two are known to use STL a lot. > And the program works only when it is built with -O1 or higher. > When i build it with -O0, it builds fine, and runs, but freezes along > the way, running in an infinite loop. > gcc.exe (GCC) 4.2.4 (TDM-1 for MinGW) at the moment Have you tried 3.4.5? |