On Mon, Jun 02, 2014 at 04:21:14PM +0100, Maxim Ostapenko wrote: > Hi, > > A years ago there was a discussion > (https://gcc.gnu.org/ml/gcc-patches/2004-01/msg02437.html) about debugging > compiler ICEs that resulted in a patch from Jakub, which dumps > useful information into temporary file, but for some reasons this patch > wasn't applied to trunk. > > This is the resurrected patch with added GCC version information into > generated repro file. >
How can I test this patch? I tried applying it and injecting a segmentation fault in to the AArch64 CPU option parsing code, but I didn't see anything new when the ICE was triggered. What am I doing wrong? Thanks, James