> PS: Does gcc have a function which could dump the specified rtx? 
> I wanna dump the rtx when the crash happening.

debug_rtx(x);

You can also call this from within GDB, by typing:

call debug_rtx(x)

Cheers,
Jon



Reply via email to