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: rs6000 patch fix enable-checking failure


David Edelsohn wrote:
	For what target triplet is enable-checking failing?  The
powerpc-eabi regression tester is not failing.

Thanks, David

I'm configuring with --target=powerpc-eabi --enable-checking=tree,misc,rtl,rtlflag

If I revert my patch it fails building unwind-dw2.c

In file included from /uberbaum/gcc/unwind-dw2.c:26:
/uberbaum/gcc/unwind-pe.h: In function `size_of_encoded_value':
/uberbaum/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
/uberbaum/gcc/unwind-pe.h: In function `read_encoded_value_with_base':
/uberbaum/gcc/unwind-pe.h:257: internal compiler error: RTL check: expected elt 3 type '0', have 'B' (rtx code_label) in rs6000_hash_constant, at config/rs6000/rs6000.c:11368


Cheers
Graham


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