SpiceQA
Questions
Tags
Users
Badges
user_1778275
@user_1778275
0
reputation
0
answers
84
questions
About Me
// Hello, World !
Top Answers
libtool: Version mismatch error: 2.4.6 (expected) vs 2.4.6.42-b88ce (actual), aclocal has no effect
4 votes
Conditional inclusion: integral constant expression is unlimited?
2 votes
May a compiler store function-scoped, non-static, const arrays in constant data and avoid per-call initialization?
1 votes
Find value unequal to any value from a given set of distinct values using macro
0 votes
What are the examples of non-ISO practices, which are not found by -pedantic?
0 votes
Top Questions
Is enum { a } e = 1; valid?
23 votes
4 answers
Why does GCC remove the whitespace between the preprocessing tokens?
15 votes
1 answers
Why does isnan(x) exist if x != x gives the same result?
9 votes
2 answers
If sizeof(int) == sizeof(long), then is INT_MIN == LONG_MIN && INT_MAX == LONG_MAX always true?
8 votes
1 answers
IEEE 754: sqrtf() with fesetround(): different results between compilers: 0x42440a72 vs. 0x42440a73
7 votes
1 answers