From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23791 invoked by alias); 21 Dec 2012 14:28:08 -0000 Received: (qmail 23741 invoked by uid 48); 21 Dec 2012 14:27:52 -0000 From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/55106] ice: Maximum number of LRA constraint passes is achieved (15) Date: Fri, 21 Dec 2012 14:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vmakarov at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg02133.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55106 --- Comment #7 from Vladimir Makarov 2012-12-21 14:27:51 UTC --- (In reply to comment #5) > I'm still hitting this failure when building GMP 5.1.0 for i686-w64-mingw32: > > libtool: compile: i686-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I../../../../src/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../../src/gmp > -DOPERATION_sbpi1_div_qr -O2 -march=nocona -mtune=core2 -fomit-frame-pointer > -momit-leaf-frame-pointer -c sbpi1_div_qr.c -o sbpi1_div_qr.o > div_qr_2u_pi1.c: In function '__gmpn_div_qr_2u_pi1': > div_qr_2u_pi1.c:67:1: internal compiler error: Maximum number of LRA constraint > passes is achieved (30) > > } > ^ > Please submit a full bug report, > with preprocessed source if appropriate. > > The build for x86_64-w64-mingw32 did not encounter this problem. I'm building > on 64-bit Debian using a self-built linux to Windows cross-compilers. Could you provide a preprocessed source code. I'd try to reproduce this. In any case, it will be not fixed quickly. I am on vacation next two weeks. Sorry.