Search code examples
In GCC, is there a way to programmatically query which section a variable will be stored in?...

c++gcccompile-timesectionscompiler-specific

Read More
Is there a C struct "packed aligned" option?...

cstructcompiler-specific

Read More
Using size_type as iterator offset - difference between GCC/Clang and MSVC...

c++c++11exceptioncompiler-specific

Read More
How does GCC optimize this `switch`...

c++gccswitch-statementclangcompiler-specific

Read More
FreeRTOS compiler...

rtosfreertoscompiler-specific

Read More
Why is .data and .bss section copied to SRAM from the flash memory in the start up file?...

embeddedmicrocontrollercompiler-specific

Read More
C# does the compiler leave re-references in the final binary?...

c#riderlow-leveldecompilercompiler-specific

Read More
Automatically detect C++14 "return should use std::move" situation...

c++language-lawyermove-semanticsc++17compiler-specific

Read More
Different results obtained when using MSVC compiler and GCC compiler...

c++language-lawyerorder-of-executionsequence-pointscompiler-specific

Read More
Can an inline variable be changed after initialization in C++17?...

c++dllc++17compiler-specificinline-variable

Read More
Are C++ compilers actually compliant with zero-size array SFINAE rule?...

c++language-lawyersfinaecompiler-specific

Read More
Calling methods of temporary objects created using class template argument deduction...

c++c++17language-lawyerctadcompiler-specific

Read More
Does Maven have a Java Compiler...

javamavencompiler-specific

Read More
Are nested parentheses allowed in function type alias declaration?...

c++c++17language-lawyercompiler-specificalias-declaration

Read More
`std::views::split` on MSVC...

c++stlc++20std-rangescompiler-specific

Read More
Can the address of a template parameter be used in instantiating another template?...

c++templatesc++20compiler-specific

Read More
GCC compiler produces error: invalid use of member function while CLang compiler does NOT...

c++gccclang++compiler-specific

Read More
Unlocking an already unlocked thread...

cmultithreadingpthreadsundefined-behaviorcompiler-specific

Read More
Segmentation Fault on eraseFromParent() LLVM...

clangllvmcompiler-specific

Read More
Sonarqube supports rules to enforce coding standards or not...

javasonarqubecode-standardscompiler-specific

Read More
Write a program that will print "C" if compiled as an (ANSI) C program, and "C++&quot...

c++ccompiler-specific

Read More
What other compilers do I need to worry about struct packing?...

ccompiler-specific

Read More
What is bivariant parameter? ~ TypeScript...

typescriptcompiler-specific

Read More
How to manage duplicate assembly references C# Unity / How to compile C# project with flags...

c#unity-game-enginecompiler-specific

Read More
In C++, why do some compilers refuse to put objects consisting of only a double into a register?...

c++compiler-specific

Read More
Why are GHC tuples limited to size 62?...

haskellcompiler-errorstuplessizecompiler-specific

Read More
Can you explain this C definition from efilib.h?...

cgccsyntaxueficompiler-specific

Read More
'Compiling' source files consisting of headers and cpp files into one huge cpp file...

c++macrosheader-filescompiler-specific

Read More
A __attribute__((packed)) like attribute not GCC Specific...

cgccstructcompiler-specific

Read More
Why does this C++ program work in some compilers but not others? What is the major difference betwee...

c++visual-c++g++clangcompiler-specific

Read More
BackNext