From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7861 invoked by alias); 19 Aug 2009 10:38:37 -0000 Received: (qmail 7827 invoked by uid 48); 19 Aug 2009 10:38:25 -0000 Date: Wed, 19 Aug 2009 10:38:00 -0000 Message-ID: <20090819103825.7826.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/40414] gcc 4.4.0 error at postreload.c:396 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikpe at it dot uu dot se" 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: 2009-08/txt/msg01571.txt.bz2 ------- Comment #12 from mikpe at it dot uu dot se 2009-08-19 10:38 ------- ICE confirmed with a gcc-4.4.1 cross to m68k-linux. Applying the PR37053 and PR41064 fixes eliminated the ICE. The mpegvideo.i test case does not compile as-is for me, as the compiler complains about a syntax error: libavcodec/mpegvideo.c:89: error: expected ';', ',' or ')' before 'p' That's the ff_find_start_code() function head. Commenting out the restrict key words eliminated that problem, leaving only the ICE to deal with. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40414