Tag: gcc


Found 402 results for 'gcc'.


1) environment-variables - bash command to print gcc environment variables
2) c++ - What is the difference between g++ and gcc?
3) linux - Code injection - Solaris & Linux
4) linux - How do the likely/unlikely macros in the Linux kernel work and what is their benefit?
5) linux - 6.7 Linux headers `make mrproper` fails in lfs 7.5
6) gcc - Missing a library in ldd after using gcc -l
7) linux - Despite rpath is set, one dll is not found
8) c++ - Linux runtime linker error
9) linux - Issues testing buffer overflow
10) c++ - Why is my program slow when looping over exactly 8192 elements?
11) c++ - Unexpected order of evaluation (compiler bug?)
12) c++ - Compiling an application for use in highly radioactive environments
13) linux - I get the response /root/gcc-4.8.2/bin: No such file or directory when I set the path in bash.rc
14) windows-10 - Cygwin installation stops in make step
15) c++ - gcc optimization flag -O3 makes code slower than -O2
16) c++ - C++ bug when using range-based for loop and vector of pointers
17) c++ - Why do my SFINAE expressions no longer work with GCC 8.2?
18) c - Why does the C preprocessor interpret the word "linux" as the constant "1"?
19) c++ - G++: Moving to another translation unit breaks "const optimization"?
20) c++ - Optimization problem with [[gnu::pure]] function attribute and threads
21) c++ - pure function, why there is no optimisation?
22) c++ - GCC `__attribute__ ((pure))` suggestion on "input state" getter method - correct?
23) c++ - the difference between g++ and gcc
24) gcc - Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?
25) c++ - What is the difference between g++ and gcc?
26) c++ - What is the difference between g++ and gcc?
27) centos - GCC compilation - where the __stack_chk_fail@GLIBC_2.4 symbol comes from?
28) linux - gcc build error : cannot find -lssl
29) linux - Making Google Chrome 35 work on CentOS 6.5
30) cpu - Xeon X3220 dual-core 2.4 GHz - which march setting for GCC?
31) compiling - Function symbol gets '.part' suffix after compilation
32) c - Linking partially static and partially dynamic in GCC
33) c - C program to get variable name as input and print value
34) vmware-esxi - What version of libc.so is compiled in ESXI 6
35) gcc - Hide symbol(s) in Shared Object from LD
36) c - Questions about linking libraries in C
37) linux - Remote debugging of 64 bit process on 32 bit machine
38) c++ - Is it intended by the C++ standards committee that in C++11 unordered_map destroys what it inserts?
39) compiling - How to set library searching path using environment variable in compile-time
40) windows - Why does `ldd <dynamic_lib>` output "??? => ???" (question marks in both library and location)?
41) gcc - How to make 'gcc -E' stop on #error
42) c++ - C++ : friend declaration ‘declares a non-template function
43) windows-10 - Why does my GCC compiler not compile C code?
44) c++ - Making a class usable to other programs
45) c - How to write a buffer-overflow exploit in GCC,windows XP,x86?
46) c++ - Reordering of operations and lock-free data structures
47) linux - What sets fs:[0x28] (stack canary)?
48) linux - How are system calls from man 2 invoked?
49) c - C11 <thread.h> in GCC?
50) c++ - C++ : friend declaration ‘declares a non-template function