$OpenBSD: patch-gcc_omp-low_c,v 1.2 2006/10/20 13:43:18 espie Exp $
--- gcc/omp-low.c.orig	Tue Aug 15 16:57:52 2006
+++ gcc/omp-low.c	Wed Oct 18 00:37:31 2006
@@ -3867,7 +3867,7 @@ lower_omp_critical (tree *stmt_p, omp_co
 	  decl = create_tmp_var_raw (ptr_type_node, NULL);
 
 	  new_str = ACONCAT ((".gomp_critical_user_",
-			      IDENTIFIER_POINTER (name), NULL));
+			      IDENTIFIER_POINTER (name), (void *)0));
 	  DECL_NAME (decl) = get_identifier (new_str);
 	  TREE_PUBLIC (decl) = 1;
 	  TREE_STATIC (decl) = 1;
