https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84811

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The first dump is some gimple dump (*.*t.*, so not cse dump, and the latter one
is without optimizations, I thought you get the ICE only with -O3.
Just do:
rm -rf small.c.*
gcctk -O3 -S -fdump-tree-all small.c
tar cjf small.tar.bz2 small.c*
and attach small.tar.bz2, that will contain all the dumps.

Reply via email to