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]
Other format: [Raw text]

Re: omit-frame-pointer


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> I guess we need to amend our CNI documentation to warn people to
Andrew> compile their C++ code with -fno-omit-frame-pointer.  I'm not sure
Andrew> where in the CNI docs this should go.

Perhaps the `Basic concepts' node?  Or a new node.

If -fno-omit-frame-pointer is a hard requirement, can we change g++ to
give an error if this option is not given and we see `extern "Java"'?
That would help eliminate errors.

Tom


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