VOIDmode in ZERO_EXTEND crashed

Jon Beniston jon@beniston.com
Mon Oct 12 10:50:00 GMT 2009


> 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





More information about the Newlib mailing list