This is the mail archive of the java@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]

GCC 3.0 branch: cc1plus: warning: -fvtable-thunks is no longer supported



Hi Java developers,

on the branch I get this warning when compiling libjava:
cc1plus: warning: -fvtable-thunks is no longer supported

A grep revealed:
gee:/cvs/gcc-3_0-branch:[0]$ grep -r "vtable-thunks" libjava/
libjava/doc/cni.sgml:the <literal>-fvtable-thunks</literal> flag to g++ when
libjava/ChangeLog-1999: * configure.in, configure (CXX):  Add -fvtable-thunks.
libjava/Makefile.am:AM_CXXFLAGS = -fno-rtti -fvtable-thunks -fnon-call-exceptions \
libjava/Makefile.in:AM_CXXFLAGS = -fno-rtti -fvtable-thunks -fnon-call-exceptions \

Can you please apply the patches that have been done to the trunk to
the mainline also?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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