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] Fix trunk bootstrap on darwin following the commit for PR16302


Simon Martin <simartin@users.sourceforge.net> writes:

> Following http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00572.html, bootstrap
> fails on i386-apple-darwin9.7.0 with the following error during stage 2:
>
> ../../src/gcc/config/darwin.c: In function
> 'machopic_indirect_data_reference':
> ../../src/gcc/config/darwin.c:579: error: logical 'and' of mutually
> exclusive tests is always false

Apparently it also breaks all targets defining AUTO_INC_DEC (like ia64):

../../gcc/combine.c: In function 'try_combine':
../../gcc/combine.c:2766: error: logical 'and' of mutually exclusive tests is always false
../../gcc/combine.c:2787: error: logical 'and' of mutually exclusive tests is always false
../../gcc/combine.c:2789: error: logical 'and' of mutually exclusive tests is always false

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG 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]