标签: gcc compiler-construction segmentation-fault internal
我正在修改gcc,特别是向OpenMP添加一个新子句。
编译我的测试程序后,它给了我这个错误:
"test.c: In function 'main': test.c:10:1: internal compiler error: Segmentation fault"
我该怎么调试呢?
我已经搜索了一段时间但没有找到有用的信息...
答案 0 :(得分:1)
这是关于gdb的一个很好的教程: http://www.cs.cmu.edu/~gilpin/tutorial/