Version 4.x of GCC (GNU Compiler Collection).
I'm trying to build qtCreator 2.3 with gcc 4.7 and I'm getting following error: error: unable to find string literal operator "" I'm …
c++ qt gcc4Using gcc 4.7: $ gcc --version gcc (GCC) 4.7.0 20120505 (prerelease) Code listing (test.c): #include <stdint.h> struct test { int before; …
c exception compiler-optimization gcc4The gcc info file says in the section on x86-64 specific flags, among other things: There is no `-march=…
gcc gcc4 gcc4.7