1

我正在修改 gcc,特别是在 OpenMP 中添加了一个新子句。

编译我的测试程序后,它给了我这个错误:

"test.c: In function 'main':
test.c:10:1: internal compiler error: Segmentation fault"

我该如何调试?

我已经搜索了一段时间,但没有找到有用的信息......

4

1 回答 1

1

这是关于 gdb 的一个很好的教程: http ://www.cs.cmu.edu/~gilpin/tutorial/

于 2012-07-11T14:50:38.550 回答