Questions tagged [gcc11]
32 questions
0
votes
0 answers
How Can I Include Header Files by Compilation Flags?
I have switched to GCC 11. One change in version 11 is that some C++ Standard Library headers have been changed to no longer include other headers that they do need to depend on. (Called "Header dependency changes" here:…

Benjamin Bihler
- 1,612
- 11
- 32
-1
votes
1 answer
UNDERFLOW keyword with gcc on MSYS2
I ran into some really weird problem with the compilation of a very simple code
typedef volatile struct _underflow_test
{
unsigned int OPERATION_MODE;
unsigned int UNDERFLOW;
} underflow_test;
This code fails to compile in MSYS2 using…

ilya1725
- 4,496
- 7
- 43
- 68