This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in compute_frame_pointer_to_fb_displacement (building avr-gcc)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: David Brownell <david-b at pacbell dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 11 Jul 2006 06:33:16 +0900
- Subject: Re: ICE in compute_frame_pointer_to_fb_displacement (building avr-gcc)
- References: <200607101249.15747.david-b@pacbell.net>
On Jul 11, 2006, at 4:49 AM, David Brownell wrote:
Hi,
Anyone have a fix, workaround, or other suggestion?
Yes don't use --with-dwarf2 :).
This is PR 26504:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26504
Also someone should try the patch in PR 26015:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id= 26015:
Which most likely will also fix this.
-- Pinski