Re: odd gcc 4.4 failure on ppc/ppc64

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

 



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@xxxxxxxxxx> 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

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux