qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 0/8] target/mips: Support R5900 GCC programs


From: Maciej W. Rozycki
Subject: Re: [Qemu-devel] [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode
Date: Sun, 23 Sep 2018 20:53:49 +0100 (BST)
User-agent: Alpine 2.21 (LFD 202 2017-01-01)

On Sun, 23 Sep 2018, Fredrik Noring wrote:

> > Patch 4 will break bisect on clang builds. The reason for this is that
> > clang treats unused functions as errors. Therefore, patch 4 must be merged
> > with some of subsequent patches that contain first invocation of the
> > function currently defined in patch 4. I know this is in some way
> > illogical, but not breaking the bisect takes precedence.
> 
> Right. GCC accepts it since static inline functions are exempted.

 How does clang handle static inline function definitions in header files 
then?  Such cases are pretty common, also in system headers, and all those 
functions are not necessarily used by every program including the relevant 
header.

  Maciej



reply via email to

[Prev in Thread] Current Thread [Next in Thread]