Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Can I link a plain file into my executable? [duplicate]

Is it a good idea to compile a language to C?

How do you link to a specific version of a shared library in GCC

linux gcc linker debian

gcc 4.8 on MAC OS X 10.8 throws "Undefined symbols for architecture x86_64: "

gcc

Does the C++ standard guarantee that uniform initialization is exception-safe?

Why doesn't GCC optimize out deletion of null pointers in C++?

C preprocessor Macro defining Macro

gcc c-preprocessor

Is there a way to get warned about unused functions?

c gcc gcc-warning

Search a vector of objects by object attribute

c++ gcc stl std

Why do I have to define LD_LIBRARY_PATH with an export every time I run my application?

c linux gcc shared-libraries ld

Why does this snippet using uniform initialization compile with g++4.6 but not g++4.7?

Why do Clang and VS2013 accept moving brace-initialized default arguments, but not GCC 4.8 or 4.9?

Implicit conversion failure from initializer list

c++ c++11 gcc libstdc++

How can the compile-time be (exponentially) faster than run-time?

How to determine maximum stack usage in embedded system with gcc?

Linking two shared libraries with some of the same symbols

Requiring virtual function overrides to use override keyword

c++ c++11 gcc overriding virtual

GCC memory barrier __sync_synchronize vs asm volatile("": : :"memory")

c gcc

How to solve static declaration follows non-static declaration in GCC C code?

c gcc

gcc -O0 still optimizes out "unused" code. Is there a compile flag to change that?

c gcc