Bug 51465 - internal compiler error: Segmentation fault
Summary: internal compiler error: Segmentation fault
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: unknown
: P3 blocker
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 10:06 UTC by Kiskunsag
Modified: 2016-09-30 22:49 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2011-12-15 00:00:00


Attachments
Two File : BugZilla_Err_Msg.txt & cntanMegMinden.s (2.49 KB, application/octet-stream)
2011-12-08 10:06 UTC, Kiskunsag
Details
file for Error message by compilation (2.27 KB, text/plain)
2011-12-19 10:54 UTC, Kiskunsag
Details
Breaked assembler source (100 bytes, text/plain)
2011-12-19 10:57 UTC, Kiskunsag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kiskunsag 2011-12-08 10:06:55 UTC
Created attachment 26020 [details]
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
Comment 1 Andrew Pinski 2011-12-15 01:23:34 UTC
Can you attach cntanMegMinden.jar ?  Also please don't use rar since it does not exist on most machines.
Comment 2 Kiskunsag 2011-12-19 10:54:50 UTC
Created attachment 26137 [details]
file for Error message by compilation

Error message by compilation
Comment 3 Kiskunsag 2011-12-19 10:57:02 UTC
Created attachment 26138 [details]
Breaked assembler source

Breaked by error assembler source of converted JAVA jar
Comment 4 Andrew Pinski 2016-09-30 22:49:22 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.