[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2011-12-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-07 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 licheng.1...@gmail.com changed: What|Removed |Added Severity|normal |blocker --- Comment #2 from lich

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-07 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 licheng.1...@gmail.com changed: What|Removed |Added Status|RESOLVED|WAITING Resolution|INVAL

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 Andreas Schwab changed: What|Removed |Added Severity|blocker |normal

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-09 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 --- Comment #6 from licheng.1212 at gmail dot com 2012-04-09 11:14:56 UTC --- (In reply to comment #5) > (In reply to comment #4) > > Yes,but why we can't remove the function notused() form vtable, since this > > function will never used. > > How

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2012-04-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 --- Comment #7 from Andrew Pinski 2012-04-09 19:40:41 UTC --- (In reply to comment #6) > and i test a c++ file,it will remove the unused funcitons "notused": But that is not the same as there is no vtable for hello. Try: #include class hello {

[Bug java/49258] -ffunction-sections and --gc-sectinons have no effect at gcj

2011-06-01 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49258 licheng.1...@gmail.com changed: What|Removed |Added Severity|major |blocker