This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [C++, java, objc] PR 18071


Jan Hubicka <jh@suse.cz> writes:

> Interestingly I noticed that some DECL_INLINE sets are still around in Java and objc.
> Java use it to avoid corrupting stack unwinding in sibcalls.  I think same happens for inlining,
> so we should test DECL_UNINLINABLE anway.

Ever heard of grep?

../../gcc/ada/gcc-interface/utils.c: In function 'create_subprog_decl':
../../gcc/ada/gcc-interface/utils.c:1979: warning: implicit declaration of function 'DECL_INLINE'
../../gcc/ada/gcc-interface/utils.c: In function 'end_subprog_body':
../../gcc/ada/gcc-interface/utils.c:2237: error: invalid lvalue in assignment
make[3]: *** [ada/utils.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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