List Question
20 TechQA 2021-09-26T14:50:11.590000How to implement Go's defer() in C so that it allows declaring vars?
2.5k views
Asked by psprint
Why sizeof (array A[n]) without n defined in C++is fixed?
198 views
Asked by Itzz_CJ
Does using range in Switch-case increases compilation time compared to if-else
93 views
Asked by Utkarsh Bhaskar
Test for GNU extension
351 views
Asked by vibe
Should I always use __builtin_extract_return_addr after __builtin_return_address
260 views
Asked by anton_rh
GCC: blocks in assignments with return values making macros easier?
69 views
Asked by Swiss Frank
GCC get build date and time in local timezone
1.6k views
Asked by Ajoy
Difference between gcc __attribute__ placement
902 views
Asked by abjoshi - Reinstate Monica
Error: "cannot bind packed field" while inserting data into std::map using insert function
3.5k views
Asked by Harry
GCC language extension __attribute__((vector_size(16))) incompatible type error
237 views
Asked by Sameeran Joshi
GCC extension __attribute__ ((unused)) for variable attributes
7.9k views
Asked by Sameeran Joshi
error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘g_11’ while using a GNU complex extension
89 views
Asked by Sameeran Joshi
What rules of C++11 standard are used to determine the type of the expression in ({ ... })
157 views
Asked by user3273943
Unexpected Result of GNU order-statistics-tree
128 views
Asked by con ko
Using gcc/clang C extensions to test if a macro argument is a pointer
93 views
Asked by Petr Skocik
Can we mix __extension__ and -std=c99?
400 views
Asked by David Ranieri
variable declaration in function return type specifier c++type
785 views
Asked by Jan Halsema
What ARM compiler version is needed for attribute(noinline) support?
227 views
Asked by Djordje Zivanovic