From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8743 invoked by alias); 4 Dec 2012 12:59:43 -0000 Received: (qmail 8225 invoked by uid 48); 4 Dec 2012 12:58:41 -0000 From: "tg at mirbsd dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/52306] ICE in CSE Date: Tue, 04 Dec 2012 12:59:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tg at mirbsd dot org X-Bugzilla-Status: NEW 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" Content-Transfer-Encoding: quoted-printable 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/msg00363.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D52306 --- Comment #7 from Thorsten Glaser 2012-12-04 12:58= :35 UTC --- Created attachment 28876 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D28876 preprocessed source of second kde4libs occurrence OK. I found another one in the meantime, which I added. It can be triggered thus: ara3:~# gcc -x c++ -g -fPIC -ansi -fno-exceptions -fno-check-new -fno-common -fno-threadsafe-statics -O2 -c kstatusnotifieritem.i ../../kdeui/notifications/kstatusnotifieritem.cpp: In member function 'KDbusImageVector KStatusNotifierItemPrivate::iconToVector(const QIcon&)': ../../kdeui/notifications/kstatusnotifieritem.cpp:1037:1: internal compiler error: in cselib_record_set, at cselib.c:2158 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/cc8gGDaq.out file, please attach this = to your bugreport. (I=E2=80=99ve just attached the .i file, they=E2=80=99re virtually identica= l save for newlines.) The set of compiler options is not minimal, but just -O2 -g -fPIC wasn=E2= =80=99t enough. Appending -O1 solves it.