Commit 7ad50b4d by Andy Hutchinson

pr36901.h: AVR must support address zero.

2009-12-21  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

	* gcc.dg/pr36901.h: AVR must support address zero.

From-SVN: r155383
parent 993948c6
2009-12-21 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> 2009-12-21 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc.dg/pr36901.h: AVR must support address zero.
2009-12-21 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
PR testsuite/36903 PR testsuite/36903
* gcc.dg/tree-ssa/gen-vect-11.c : Disable for avr target. It will * gcc.dg/tree-ssa/gen-vect-11.c : Disable for avr target. It will
not vectorize. not vectorize.
......
#if defined(AVR) /* flag_delete_null_pointer_checks = 0 */
int sc = (&sc >= 0);
#else
int sc = (&sc > 0); int sc = (&sc > 0);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment