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]

[PATCH} Add fold checksum checking to the fold_buildN functions


The newly added fold_buildN functions don't get fold checksums. This patch adds
the checksum to the fold_buildN functions.


This can be considered a regression as we no longer have checking on some of the
folds.


OK? Bootstrapped and tested on powerpc-darwin with --enable-checking=yes,fold.


Thanks, Andrew Pinski

ChangeLog:

	* fold-const.c (fold_build1): Add checksum for the operands.
	(fold_build2): Likewise.	
	(fold_build3): Likewise.


Attachment: t.diff.txt
Description: Text document


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