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: ppc e500: fix misc patterns & add xor patterns


Aldy Hernandez wrote:

Breaks on powerpc-linux, with

- comparison warnings (signed/unsigned). rs6000.c 1987, 2396 ....
- rs6000.c:4057 CODE_FOR_spe_evxor undeclared.

the xor problem is mine.  i forgot to commit the .c portion.

- ANSI C does not support ll length modifier, 3528, 3530, ...

i'm still bootstrapping just in case i made another thinko, but i've committed the patch below which should get you back to happiville.

sorry about that.
Now worry, bootstrapped both, darwin & ppclinux with line commented.
The other part complaining about comparison & ANSI C were from part 1 of the compile. Not stage one. First thought about warning patrol, but this one takes effect after part one. Was a bit early for me ;)

Thanks, will bootstrap over night here.
Andreas




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