> 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
> 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