Compilation of this code
int main(int argc, char **argv) { int xor = 0; }
through
g++ main.cpp
leads to:
internal compiler error: Segmentation fault
from
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659).
Renaming a variable removes the error.
Q: Is Apple's gcc shit?
gcc compiler-construction macos
Wolfganga
source share