This is the mail archive of the gcc-bugs@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]

fold_truthop patch causes sparcv9 testsuite regressions


Roger,

this patch

	http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01465.html

2002-06-01  Roger Sayle  <roger@eyesopen.com>

	* fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
	and "!p && !q" into "(p|q) == 0" under suitable conditions.

causes the sparc-sun-solaris2.8 -m64 (i.e. sparcv9) testsuite regressions
described in

	http://gcc.gnu.org/ml/gcc-bugs/2002-06/msg00602.html

	Rainer


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