$OpenBSD: patch-gcc_config_alpha_alpha_md,v 1.1.1.1 2012/04/23 15:56:41 pascal Exp $
--- gcc/config/alpha/alpha.md.orig	Wed Nov 16 00:43:08 2011
+++ gcc/config/alpha/alpha.md	Mon Apr  2 16:38:17 2012
@@ -5596,7 +5596,8 @@
   if (CONST_INT_P (operands[1])
       && INTVAL (operands[1]) < 32768)
     {
-      if (INTVAL (operands[1]) >= 4096)
+      if (INTVAL (operands[1]) >= 4096
+	&& (flag_stack_check || STACK_CHECK_BUILTIN))
 	{
 	  /* We do this the same way as in the prologue and generate explicit
 	     probes.  Then we update the stack by the constant.  */
