From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14552 invoked by alias); 9 Jan 2012 08:19:04 -0000 Received: (qmail 14536 invoked by uid 22791); 9 Jan 2012 08:19:02 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SUBJ_OBFU_PUNCT_FEW,SUBJ_OBFU_PUNCT_MANY X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Jan 2012 08:18:49 +0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/51796] New: [4.7 regression] internal compiler error: in distribute_notes, at combine.c:13285 for libgomp/alloc.c on m68k-linux Date: Mon, 09 Jan 2012 08:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpe at it dot uu.se X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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-01/txt/msg00820.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51796 Bug #: 51796 Summary: [4.7 regression] internal compiler error: in distribute_notes, at combine.c:13285 for libgomp/alloc.c on m68k-linux Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned@gcc.gnu.org ReportedBy: mikpe@it.uu.se Created attachment 26276 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26276 preprocessed source for libgomp/alloc.c Bootstrapping gcc-4.7-20120107 on m68k-linux fails during all-stage1-target-libgomp with: /mnt/scratch/objdir47/./gcc/xgcc -B/mnt/scratch/objdir47/./gcc/ -B/mnt/scratch/install47/m68k-unknown-linux-gnu/bin/ -B/mnt/scratch/install47/m68k-unknown-linux-gnu/lib/ -isystem /mnt/scratch/install47/m68k-unknown-linux-gnu/include -isystem /mnt/scratch/install47/m68k-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/mnt/scratch/gcc-4.7-20120107/libgomp -I/mnt/scratch/gcc-4.7-20120107/libgomp/config/posix -I/mnt/scratch/gcc-4.7-20120107/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c /mnt/scratch/gcc-4.7-20120107/libgomp/alloc.c -o alloc.o /mnt/scratch/gcc-4.7-20120107/libgomp/alloc.c: In function 'gomp_malloc': /mnt/scratch/gcc-4.7-20120107/libgomp/alloc.c:40:1: internal compiler error: in distribute_notes, at combine.c:13285 The previous weekly snapshot, gcc-4.7-20111231, built fine (once r182819 was backported to fix PR51725)