This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.4 bug found! Internal compiler error in print_rtl_and_abort
- From: Gwenole Beauchesne <gbeauchesne at mandrakesoft dot com>
- To: "David D.W. Downey" <david-downey at codecastle dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Jul 2002 09:35:09 +0200 (CEST)
- Subject: Re: GCC 3.0.4 bug found! Internal compiler error in print_rtl_and_abort
On Sun, 21 Jul 2002, David D.W. Downey wrote:
> ERROR MESSAGE
> =============
> resample.c: In function `pre_resample':
> resample.c:1298: Internal compiler error in print_rtl_and_abort, at
> flow.c:6458
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Duplicate of PR c/5250. Use -fno-rename-registers as a workaround at -O3
level.