gcc segmentation fault compiling 20k file
- by aaa
hi.
I have fairly large file, 20k lines long (auto generated).
It has been compiling okay, but after adding new if/endif preprocessor block, I started getting gcc internal errors: segmentation fault.
the code inside new preprocessor block is not being compiled, so I am not sure where the error is coming from. my only guess is memory, but as far as I can tell it does not exhaust computer memory.
Any thoughts?