odd gcc 4.4 failure on ppc/ppc64

Jakub Jelinek jakub at redhat.com
Tue Mar 3 16:34:37 UTC 2009


On Mon, Mar 02, 2009 at 07:46:20PM -0500, Tom spot Callaway wrote:
> On 2009-03-02 at 19:37:10 -0500, Jakub Jelinek <jakub at redhat.com> wrote:
> > on the inline namespace line.  Perhaps the package defines inline as a macro
> > before including standard headers (don't do that if so)?
> 
> I don't see it doing that.

Just preprocess with -E -dD to see it.
I see
#define inline inline __attribute__((always_inline))
in <iwlib.h>, which obviously doesn't work well with
  inline namespace __glibcxx_ldbl128 {}
Either fix up iwlib.h not to do this (use iwlibinline or similar which
doesn't override inline keyword), or include such broken header last, or
#undef inline after including it.

	Jakub




More information about the fedora-devel-list mailing list