From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11742 invoked by alias); 28 Apr 2013 09:11:10 -0000 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 Received: (qmail 11700 invoked by uid 48); 28 Apr 2013 09:11:05 -0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/57085] Segmentation Fault when building a c file Date: Sun, 28 Apr 2013 09:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc 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: 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 X-SW-Source: 2013-04/txt/msg02264.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57085 --- Comment #4 from Mikael Pettersson 2013-04-28 09:11:03 UTC --- (In reply to comment #2) > Created attachment 29954 [details] > Affected code > > Attached is contents.c that I mentioned in the initial post. This is from > system/extras/ext4_utils/ in jb-mr1.1-release of Android. That's the original C code, not the _preprocessed_ C code. It still depends on numerous headers files to compile. Please just do > -E -o contents.i contents.c and attach contents.i.