This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/26138] Lots of warnings with gcj .jar -> .so



------- Comment #3 from tromey at gcc dot gnu dot org  2006-02-07 19:23 -------
I looked at this a bit more.

We don't want to set TREE_USED on the itable syms decl, because
that will still cause it to be emitted, even though it is not used.
It would be preferable to not create the various decls here unless we
know for sure that they will be used.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26138


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]