From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16814 invoked by alias); 8 Dec 2011 10:07:23 -0000 Received: (qmail 16789 invoked by uid 22791); 8 Dec 2011 10:07:22 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_OBFU_ALL,TW_GC 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; Thu, 08 Dec 2011 10:07:11 +0000 From: "gykarsai at all dot hu" To: java-prs@gcc.gnu.org Subject: [Bug java/51465] New: internal compiler error: Segmentation fault Date: Thu, 08 Dec 2011 10:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gykarsai at all dot hu 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 java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2011-q4/txt/msg00021.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51465 Bug #: 51465 Summary: internal compiler error: Segmentation fault Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned@gcc.gnu.org ReportedBy: gykarsai@all.hu Created attachment 26020 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26020 Two File : BugZilla_Err_Msg.txt & cntanMegMinden.s Helo, I like to make native .exe file from a Java application. I make a Jar file from Java classes and I like to compile - link this for .exe file. This is all on Windows 7 and CygWin envirnment. But I give the above error message for command line: gcj -v -Wextra -mwindows -fassert -mwin32 -fno-strict-aliasing -fwrapv -save-temps --main=com.all .alldio.dlr.main.WindowStarterClassLocal -o cntanMegMinden.exe cntanMegMinden.jar