This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in extract_insn with gcc-20040620
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: timj at gtk dot org (Tim Janik)
- Cc: doko at debian dot org, gcc-bugs at gcc dot gnu dot org
- Date: Fri, 2 Jul 2004 17:09:59 -0400 (EDT)
- Subject: Re: ICE in extract_insn with gcc-20040620
> aparently, -ftracer triggers an ice in extract_insn with the
> attached preprocessed source, the exact output is:
>
> $ /usr/lib/gcc-snapshot/bin/gcc -ftracer -c ice1.c
> sfiglue.c: In function `sfi_glue_gc_run':
> sfiglue.c:880: error: unrecognizable insn:
> (jump_insn 92 91 93 4 (return) -1 (nil)
> (nil))
> sfiglue.c:880: internal compiler error: in extract_insn, at recog.c:2068
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
>
> let me know if you need any further information.
No but this should already be fixed in the latest GCC from the CVS, there
was a bug like this for many differnet problems.
Thanks,
Andrew Pinski