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: [patch] Patch for check-fixincludes failures (AIX and HP-UX)


Steve Ellcey <sje@cup.hp.com> writes:

> The complex.h change appears to be a conflict between an HP-UX and an
> AIX fix.  The fixes are both OK but when you run the testing there are
> problems because they seem to interfere with each other, I modified the
> HP-UX fix to be compatibile with the AIX fix and now that test passes
> too.

Right, I've observed the same when developing complex.h fixes for Solaris 2
and IRIX 6.  I believe this happens because check.sh runs the fixincludes
tests with TARGET_MACHINE='*', so all tests are run irrespective of mach
clauses in inclhack.def.  Your fix solves the problem for me as well.

Thanks.
	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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