This may be useful: http://gcc.gnu.org/wiki/DebuggingGCC
And in general the info here: http://gcc.gnu.org/wiki/GettingStarted It is a wiki, so contributions and fixes are very welcome. Thanks, Manuel. On 18 June 2010 10:55, Radu Hobincu <radu.hobi...@arh.pub.ro> wrote: >> "Radu Hobincu" <radu.hobi...@arh.pub.ro> writes: >> >>> The compiler crashes with "Segmentation fault". >> >>> 2. When I try "char c = 'c';", the compiler fails an assert: >> >> It's time to break out the debugger and look at the source code and >> figure out what the compiler is doing. Neither of these problems ring >> any sort of bell for me. >> >> Ian >> > > All right, thank you again and sorry for the spam. > > R. >